commit | cca1d81574d266d4a3aa33f3947297564525e127 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Apr 20 07:31:31 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 20 10:53:22 2016 -0400 |
tree | b90c1cc043aca75be750e0a6dd2b95bdb3046835 | |
parent | b84e93077fe926bc65e23d887b54fc46be60b76e [diff] |
net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typos 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.") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>