]> git.baikalelectronics.ru Git - kernel.git/commit
mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" fallout
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 17 Jul 2012 22:47:54 +0000 (15:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Jul 2012 23:21:29 +0000 (16:21 -0700)
commite8c735172639295ae43ccde19b851d8bc98a74a4
treeb6d61c169eead84cd9d535e6f53398f5a2607237
parent9e052879e53b52a0e4d06d9caee233e491548fec
mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" fallout

Commit e923f7594491 ("pull clearing RESTORE_SIGMASK into
block_sigmask()") caused:

  arch/mn10300/kernel/signal.c: In function 'handle_signal':
  arch/mn10300/kernel/signal.c:462:3: warning: 'return' with no value, in function returning non-void [-Wreturn-type]

Add the missing return values, and restore the indentation while we're
at it.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: David Howells <dhowells@redhat.com>
Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/signal.c