Re: [PATCH net-next 0/4] various sizeof cleanups

2017-08-16 Thread David Miller
From: Stephen Hemminger 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. ___ Virtualization mailing list Virtualiz

Re: [PATCH net-next 0/4] various sizeof cleanups

2017-08-15 Thread Michael S. Tsirkin
On Tue, Aug 15, 2017 at 10:29:15AM -0700, Stephen Hemminger wrote: > Noticed some places that were using sizeof as an operator. > This is legal C but is not the convention used in the kernel. > > Stephen Hemminger (4): > tun/tap: use paren's with sizeof > virtio: put paren around sizeof > sk

[PATCH net-next 0/4] various sizeof cleanups

2017-08-15 Thread Stephen Hemminger
Noticed some places that were using sizeof as an operator. This is legal C but is not the convention used in the kernel. Stephen Hemminger (4): tun/tap: use paren's with sizeof virtio: put paren around sizeof skge: add paren around sizeof arg mlx4: sizeof style usage drivers/net/ethernet