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>
This commit is contained in:
Paul McQuade
2014-06-06 14:37:37 -07:00
committed by Linus Torvalds
parent 7153e40273
commit 46c0a8ca3e
6 changed files with 29 additions and 30 deletions

View File

@@ -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));
}