[PATCH] net: socket: removed an unnecessary newline

2016-12-09 Thread kushwaha . a
From: Amit Kushwaha This patch removes a newline which was added in socket.c file in net-next Signed-off-by: Amit Kushwaha --- net/socket.c |1 - 1 file changed, 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index 5835383..dc01d7b 100644 --- a/net/socket.c +++ b/net/socket.c @@ -

[PATCH] net: socket: preferred __aligned(size) for control buffer

2016-12-08 Thread kushwaha . a
From: Amit Kushwaha This patch cleanup checkpatch.pl warning WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) Signed-off-by: Amit Kushwaha --- net/socket.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index e63189