diff options
author | Paul McQuade <paulmcquad@gmail.com> | 2014-06-06 23:37:37 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-07 01:08:14 +0200 |
commit | 46c0a8ca3e841b14a1d981e2116eaf2d1c7f2235 (patch) | |
tree | 44b72ebf4cb7c891f2cb8690aefd506251f49191 /ipc/shm.c | |
parent | ipc, kernel: use Linux headers (diff) | |
download | linux-46c0a8ca3e841b14a1d981e2116eaf2d1c7f2235.tar.xz linux-46c0a8ca3e841b14a1d981e2116eaf2d1c7f2235.zip |
ipc, kernel: clear whitespace
trailing whitespace
Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc/shm.c')
-rw-r--r-- | ipc/shm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/shm.c b/ipc/shm.c index fe49fdd240a8..2b64b0d25bba 100644 --- a/ipc/shm.c +++ b/ipc/shm.c @@ -694,7 +694,7 @@ static inline unsigned long copy_shminfo_to_user(void __user *buf, struct shminf out.shmmin = in->shmmin; out.shmmni = in->shmmni; out.shmseg = in->shmseg; - out.shmall = in->shmall; + out.shmall = in->shmall; return copy_to_user(buf, &out, sizeof(out)); } |