Re: [PATCH net-next] net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typos

2016-04-20 Thread David Miller
From: Eric Dumazet Date: Wed, 20 Apr 2016 07:31:31 -0700 > From: Eric Dumazet > > HAVE_EFFICIENT_UNALIGNED_ACCESS needs CONFIG_ prefix. > > Also add a comment in nla_align_64bit() explaining we have > to add a padding if current skb->data is aligned, as it > certainly can be confusing. > > Fi

[PATCH net-next] net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typos

2016-04-20 Thread Eric Dumazet
From: Eric Dumazet HAVE_EFFICIENT_UNALIGNED_ACCESS needs CONFIG_ prefix. Also add a comment in nla_align_64bit() explaining we have to add a padding if current skb->data is aligned, as it certainly can be confusing. Fixes: 35c5845957c7 ("net: Add helpers for 64-bit aligning netlink attributes."