From: Maneesh Soni Date: Sat, 25 Jun 2005 21:58:28 +0000 (-0700) Subject: [PATCH] kexec code cleanup X-Git-Tag: v2.6.13-rc1~68^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72414d3f1d22fc3e311b162fca95c430048d38ce;p=pandora-kernel.git [PATCH] kexec code cleanup o Following patch provides purely cosmetic changes and corrects CodingStyle guide lines related certain issues like below in kexec related files o braces for one line "if" statements, "for" loops, o more than 80 column wide lines, o No space after "while", "for" and "switch" key words o Changes: o take-2: Removed the extra tab before "case" key words. o take-3: Put operator at the end of line and space before "*/" Signed-off-by: Maneesh Soni Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed