]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - net/socket.c
net: socket: preferred __aligned(size) for control buffer
authorAmit Kushwaha <kushwaha.a@samsung.com>
Thu, 8 Dec 2016 12:51:53 +0000 (18:21 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Dec 2016 23:20:46 +0000 (18:20 -0500)
commit846cc1231a0a020c6e16017ff37d3000c18bd957
tree1623185aeb9f278ff7581e1a9bd8f7ba60d8a6c6
parent7c43644890414391c41ea5c6887f9da0e6c6839b
net: socket: preferred __aligned(size) for control buffer

This patch cleanup checkpatch.pl warning
WARNING: __aligned(size) is preferred over __attribute__((aligned(size)))

Signed-off-by: Amit Kushwaha <kushwaha.a@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c