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:
125a819
)
ide: coding style fixes for drivers/ide/setup-pci.c
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Wed, 12 Dec 2007 22:31:57 +0000
(23:31 +0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Wed, 12 Dec 2007 22:31:57 +0000
(23:31 +0100)
* remove trailing whitespaces
* 'if()' -> 'if ()'
* remove extra new-line before EXPORT_SYMBOL_GPL()
* add extra new-line after 'id' definition
* respect 80-columns limit
There should be no functionality changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
No differences found