From: Paul Jackson Date: Sun, 8 Jan 2006 09:01:52 +0000 (-0800) Subject: [PATCH] cpuset: update_nodemask code reformat X-Git-Tag: v2.6.16-rc1~826 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59dac16fb95f09253b8086134443abeb439703cd;p=pandora-kernel.git [PATCH] cpuset: update_nodemask code reformat Restructure code layout of the kernel/cpuset.c update_nodemask() routine, removing embedded returns and nested if's in favor of goto completion labels. This is being done in anticipation of adding more logic to this routine, which will favor the goto style structure. Signed-off-by: Paul Jackson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed