OSDN Git Service

Merge branch 'net-ARRAY_SIZE'
authorDavid S. Miller <davem@davemloft.net>
Sat, 4 Aug 2018 20:23:15 +0000 (13:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Aug 2018 20:23:15 +0000 (13:23 -0700)
commit12e5e452aec3520f7a66718600eaa991b54098ad
tree1d5dc4ec0499658034e155b0e1d6b1b8d07ff6e9
parentf13b546847ff5862ea313f3e79010c52c3fe32b4
parent31ba191bf5ab2975c1955f1adf771a5a0b57afaa
Merge branch 'net-ARRAY_SIZE'

zhong jiang says:

====================
Use ARRAY_SIZE to replace computing the size

zhong jiang (2):
  net:usb: Use ARRAY_SIZE instead of calculating the array size
  include/net/bond_3ad: Simplify the code by using the ARRAY_SIZE
====================

Signed-off-by: David S. Miller <davem@davemloft.net>