Merge branch 'net-Use-FIELD_SIZEOF-directly-instead-of-reimplementing-its-function'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Sep 2018 03:58:05 +0000 (20:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Sep 2018 03:58:05 +0000 (20:58 -0700)
commit822143acf94f647aba7ed2e20e0e629485c1e43d
treef0d3f11d9998993c9d451c8cc9f13522a981a8b3
parent18522108d53c5d34d270ecdd693d2f1fa1ed845c
parenta90546e83a117502c36173a2809db5d00c9ac87d
Merge branch 'net-Use-FIELD_SIZEOF-directly-instead-of-reimplementing-its-function'

zhong jiang says:

====================
net: Use FIELD_SIZEOF directly instead of reimplementing its function

The issue is detected with the help of Coccinelle.
====================

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