linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Use ARRAY_SIZE to replace computing the size
@ 2018-08-03  6:53 zhong jiang
  2018-08-03  6:53 ` [PATCH 1/2] net:usb: Use ARRAY_SIZE instead of calculating the array size zhong jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zhong jiang @ 2018-08-03  6:53 UTC (permalink / raw)
  To: woojung.huh, davem, UNGLinuxDriver; +Cc: netdev, linux-kernel


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

 drivers/net/usb/lan78xx.c | 2 +-
 include/net/bond_3ad.h    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-04 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03  6:53 [PATCH 0/2] Use ARRAY_SIZE to replace computing the size zhong jiang
2018-08-03  6:53 ` [PATCH 1/2] net:usb: Use ARRAY_SIZE instead of calculating the array size zhong jiang
2018-08-03  6:53 ` [PATCH 2/2] include/net/bond_3ad: Simplify the code by using the ARRAY_SIZE zhong jiang
2018-08-04 20:23 ` [PATCH 0/2] Use ARRAY_SIZE to replace computing the size David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).