From: Sergei Shtylyov Date: Tue, 28 Dec 2010 20:06:38 +0000 (+0300) Subject: pata_hpt366: coding style cleanup X-Git-Tag: v2.6.38-rc1~441^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28cd4b6b4850d7588f1033c3808314b6bc2150d5;p=pandora-kernel.git pata_hpt366: coding style cleanup Fix 2 errors and 11 warnings given by checkpatch.pl: - *switch* and *case* not on the same indentation level; - no space between *switch* and open parenthesis; - drive blacklist arrays not being *const*; - spaces before tabs; - lines over 80 characters. In addition to these changes, also add new line after variable definition in hpt36x_init_chipset()... Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed