From 3a5c359a58c39801d838c508f127bdb228af28b0 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Mon, 15 Oct 2007 17:00:14 +0200 Subject: [PATCH] sched: cleanup: remove unnecessary gotos Replace loops implemented with gotos with real loops. Replace err = ...; goto x; x: return err; with return ...; No functional changes. Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar --- Reading git-format-patch failed