All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include: linux: pid_namespace: Replace spaces with tab
@ 2017-03-26 15:01 Gargi Sharma
  0 siblings, 0 replies; 2+ messages in thread
From: Gargi Sharma @ 2017-03-26 15:01 UTC (permalink / raw)
  To: mawilcox; +Cc: outreachy-kernel, Gargi Sharma

Replace spaces with tab to fix the checkpatch issue,
No spaces at the beginning of the line.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
---
 include/linux/pid_namespace.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h
index c2a989d..80c0961 100644
--- a/include/linux/pid_namespace.h
+++ b/include/linux/pid_namespace.h
@@ -11,8 +11,8 @@
 #include <linux/ns_common.h>
 
 struct pidmap {
-       atomic_t nr_free;
-       void *page;
+	atomic_t nr_free;
+	void *page;
 };
 
 #define BITS_PER_PAGE		(PAGE_SIZE * 8)
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] include: linux: pid_namespace: Replace spaces with tab
@ 2017-03-30 17:49 sayli karnik
  0 siblings, 0 replies; 2+ messages in thread
From: sayli karnik @ 2017-03-30 17:49 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Matthew Wilcox

Fixes checkpatch issue: No spaces at the start of a line.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
---
 include/linux/pid_namespace.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h
index 5a7e664..cfd1541 100644
--- a/include/linux/pid_namespace.h
+++ b/include/linux/pid_namespace.h
@@ -11,8 +11,8 @@
 #include <linux/ns_common.h>
 
 struct pidmap {
-       atomic_t nr_free;
-       void *page;
+	atomic_t nr_free;
+	void *page;
 };
 
 #define BITS_PER_PAGE		(PAGE_SIZE * 8)
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-30 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-26 15:01 [PATCH] include: linux: pid_namespace: Replace spaces with tab Gargi Sharma
2017-03-30 17:49 sayli karnik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.