Commit 46c0a8ca authored by Paul McQuade's avatar Paul McQuade Committed by Linus Torvalds
Browse files

ipc, kernel: clear whitespace



trailing whitespace

Signed-off-by: default avatarPaul McQuade <paulmcquad@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7153e402
Loading
Loading
Loading
Loading
+15 −16
Original line number Diff line number Diff line
@@ -611,8 +611,7 @@ SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf)

static int testmsg(struct msg_msg *msg, long type, int mode)
{
	switch (mode)
	{
	switch (mode) {
	case SEARCH_ANY:
	case SEARCH_NUMBER:
		return 1;
+2 −2
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ SYSCALL_DEFINE1(acct, const char __user *, name)
	if (name) {
		struct filename *tmp = getname(name);
		if (IS_ERR(tmp))
			return (PTR_ERR(tmp));
			return PTR_ERR(tmp);
		error = acct_on(tmp);
		putname(tmp);
	} else {
+5 −5

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

Loading