From: Sergei Shtylyov Date: Tue, 28 Dec 2010 20:09:27 +0000 (+0300) Subject: pata_hpt37x: coding style cleanup X-Git-Tag: v2.6.38-rc1~441^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49bfbd38bfc997e9081beabd758b2bd655d26a9c;p=pandora-kernel.git pata_hpt37x: coding style cleanup Fix 12 errors and 15 warnings given by checkpatch.pl: - *switch* and *case* not on the same indentation level; - no space between *for*/*switch*/*while* and open parenthesis; - space between an unary operator and its operand; - drive blacklist arrays not being *const*; - spaces before tabs; - lines over 80 characters. In addition to these changes, also do the following: - add new line after variable definitions; - fix the style of some multi-line comments. Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed