[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170328204506.16316-2-arushisinghal19971997@gmail.com>
Date: Wed, 29 Mar 2017 02:15:02 +0530
From: Arushi Singhal <arushisinghal19971997@...il.com>
To: outreachy-kernel@...glegroups.com
Cc: linux-kernel@...r.kernel.org,
Arushi Singhal <arushisinghal19971997@...il.com>
Subject: [PATCH 1/5] kernel: pid: remove space after open square bracket
Remove the space after open square bracket as reported by checkpatch.pl.
Signed-off-by: Arushi Singhal <arushisinghal19971997@...il.com>
---
kernel/pid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/pid.c b/kernel/pid.c
index 0143ac0ddceb..59ec7a671e06 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -71,7 +71,7 @@ static inline int mk_pid(struct pid_namespace *pid_ns,
struct pid_namespace init_pid_ns = {
.kref = KREF_INIT(2),
.pidmap = {
- [ 0 ... PIDMAP_ENTRIES-1] = { ATOMIC_INIT(BITS_PER_PAGE), NULL }
+ [0 ... PIDMAP_ENTRIES-1] = { ATOMIC_INIT(BITS_PER_PAGE), NULL }
},
.last_pid = 0,
.nr_hashed = PIDNS_HASH_ADDING,
--
2.11.0
Powered by blists - more mailing lists