diff options
author | Paul McQuade <paulmcquad@gmail.com> | 2014-06-06 17:37:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:14 -0400 |
commit | 46c0a8ca3e841b14a1d981e2116eaf2d1c7f2235 (patch) | |
tree | 44b72ebf4cb7c891f2cb8690aefd506251f49191 /ipc/shm.c | |
parent | 7153e402731c3e72331633d1ac15a654768aecac (diff) |
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
@@ -694,7 +694,7 @@ static inline unsigned long copy_shminfo_to_user(void __user *buf, struct shminf | |||
694 | out.shmmin = in->shmmin; | 694 | out.shmmin = in->shmmin; |
695 | out.shmmni = in->shmmni; | 695 | out.shmmni = in->shmmni; |
696 | out.shmseg = in->shmseg; | 696 | out.shmseg = in->shmseg; |
697 | out.shmall = in->shmall; | 697 | out.shmall = in->shmall; |
698 | 698 | ||
699 | return copy_to_user(buf, &out, sizeof(out)); | 699 | return copy_to_user(buf, &out, sizeof(out)); |
700 | } | 700 | } |