git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfc7e3e
)
pata_hpt366: coding style cleanup
author
Sergei Shtylyov
<sshtylyov@ru.mvista.com>
Tue, 28 Dec 2010 20:06:38 +0000
(23:06 +0300)
committer
Jeff Garzik
<jgarzik@redhat.com>
Sat, 8 Jan 2011 03:33:29 +0000
(22:33 -0500)
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 <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_hpt366.c
patch
|
blob
|
history
diff --cc
drivers/ata/pata_hpt366.c
Simple merge