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