linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 0/5] net: Use FIELD_SIZEOF directly instead of reimplementing its function
@ 2018-09-19 11:32 zhong jiang
  2018-09-19 11:32 ` [RESEND PATCH 1/5] net: iucv: " zhong jiang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zhong jiang @ 2018-09-19 11:32 UTC (permalink / raw)
  To: davem
  Cc: ubraun, jwi, jhs, xiyou.wangcong, Ariel.Elior, everest-linux-l2,
	grygorii.strashko, netdev, linux-kernel, borntraeger

The issue is detected with the help of Coccinelle.

zhong jiang (5):
  net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its
    function
  net: sched: Use FIELD_SIZEOF directly instead of reimplementing its
    function
  net: core: Use FIELD_SIZEOF directly instead of reimplementing its
    function
  net: qede: Use FIELD_SIZEOF directly instead of reimplementing its
    function
  net: ti: Use FIELD_SIZEOF directly instead of reimplementing its
    function

 drivers/net/ethernet/qlogic/qede/qede.h |  2 +-
 drivers/net/ethernet/ti/cpsw.c          |  6 +++---
 net/core/flow_dissector.c               | 10 +++++-----
 net/iucv/af_iucv.c                      |  2 +-
 net/sched/cls_flower.c                  |  2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

-- 
1.7.12.4


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

end of thread, other threads:[~2018-09-20  3:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-19 11:32 [RESEND PATCH 0/5] net: Use FIELD_SIZEOF directly instead of reimplementing its function zhong jiang
2018-09-19 11:32 ` [RESEND PATCH 1/5] net: iucv: " zhong jiang
2018-09-19 11:32 ` [RESEND PATCH 2/5] net: sched: " zhong jiang
2018-09-19 11:32 ` [RESEND PATCH 3/5] net: core: " zhong jiang
2018-09-19 11:32 ` [RESEND PATCH 4/5] net: qede: " zhong jiang
2018-09-19 11:32 ` [RESEND PATCH 5/5] net: ti: " zhong jiang
2018-09-20  3:58 ` [RESEND PATCH 0/5] net: " 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).