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
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.
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