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:
a1f8213
)
score: fix function prototypes
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 27 Jun 2009 13:12:16 +0000
(15:12 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 27 Jun 2009 13:14:58 +0000
(15:14 +0200)
Syscalls should return 'long' and be marked as 'asmlinkage'.
Functions that are only used in a single file should be 'static'.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
No differences found