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:
09652b0
)
powerpc: place EXPORT_SYMBOL macro right after declaration
author
Valentina Manea
<valentina.manea.m@gmail.com>
Sun, 10 Mar 2013 03:22:39 +0000
(
03:22
+0000)
committer
Michael Ellerman
<michael@ellerman.id.au>
Thu, 18 Apr 2013 03:03:49 +0000
(13:03 +1000)
This fixes the following checkpatch.pl warnings:
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
+EXPORT_SYMBOL(kmap_prot);
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
+EXPORT_SYMBOL(kmap_pte);
Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
No differences found