Re: [PATCH net-next 0/4] various sizeof cleanups
From: David Miller <davem@davemloft.net>
Date: 2017-08-16 18:02:12
From: David Miller <davem@davemloft.net>
Date: 2017-08-16 18:02:12
From: Stephen Hemminger <stephen@networkplumber.org> Date: Tue, 15 Aug 2017 10:29:15 -0700
Noticed some places that were using sizeof as an operator. This is legal C but is not the convention used in the kernel.
Series applied, thanks.