Hello! On 12/8/2016 3:51 PM, [email protected] wrote:
From: Amit Kushwaha <[email protected]> This patch cleanup checkpatch.pl warning WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) Signed-off-by: Amit Kushwaha <[email protected]> --- net/socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index e631894..5835383 100644 --- a/net/socket.c +++ b/net/socket.c @@ -1,3 +1,4 @@ +
Why?
/* * NET An implementation of the SOCKET network access protocol. *
[...] MBR, Sergei
