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

2016-12-09 Thread Sergei Shtylyov
Hello! On 12/8/2016 3:51 PM, kushwah...@samsung.com wrote: 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 del

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

2016-12-08 Thread David Miller
From: kushwah...@samsung.com Date: Thu, 08 Dec 2016 18:21:53 +0530 > From: Amit Kushwaha > > This patch cleanup checkpatch.pl warning > WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) > > Signed-off-by: Amit Kushwaha Applied to net-next.

[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