From b197f13b53681c606e59d7d9a8a1d2d54fd363fe Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Tue, 28 Dec 2010 23:11:36 +0300 Subject: [PATCH] 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-format-patch failed