From: Sergei Shtylyov Date: Tue, 28 Dec 2010 20:11:36 +0000 (+0300) Subject: pata_hpt3x2n: coding style cleanup X-Git-Tag: v2.6.38-rc1~441^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b197f13b53681c606e59d7d9a8a1d2d54fd363fe;p=pandora-kernel.git pata_hpt3x2n: coding style cleanup Fix 8 errors and 3 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; - 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