From: Oleg Nesterov Date: Mon, 8 Jul 2013 23:01:03 +0000 (-0700) Subject: ptrace/x86: cleanup ptrace_set_debugreg() X-Git-Tag: v3.11-rc1~67^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e305c716c0737c97bd133313cc90e99a93712e;p=pandora-kernel.git ptrace/x86: cleanup ptrace_set_debugreg() ptrace_set_debugreg() is trivial but looks horrible. Kill the unnecessary goto's and return's to cleanup the code. This matches ptrace_get_debugreg() which also needs the trivial whitespace cleanups. Signed-off-by: Oleg Nesterov Acked-by: Frederic Weisbecker Cc: Benjamin Herrenschmidt Cc: Ingo Molnar Cc: Jan Kratochvil Cc: Michael Neuling Cc: Paul Mackerras Cc: Paul Mundt Cc: Will Deacon Cc: Prasad Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed