From: Oleg Nesterov Date: Fri, 8 Feb 2008 12:19:02 +0000 (-0800) Subject: do_wait: factor out "retval != 0" checks X-Git-Tag: v2.6.25-rc1~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbab8100538efdd93aeae6fc37787d986f2f558;p=pandora-kernel.git do_wait: factor out "retval != 0" checks Every branch if the main "if" statement does the same code at the end. Move it down. Also, fix the indentation. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed