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:
620b273
)
lp8727_charger: Some minor fixes for the header
author
Milo(Woogyom) Kim
<milo.kim@ti.com>
Wed, 4 Jan 2012 12:23:11 +0000
(16:23 +0400)
committer
Anton Vorontsov
<cbouatmailru@gmail.com>
Wed, 4 Jan 2012 12:25:45 +0000
(16:25 +0400)
Pointer coding style changes
: add space between return type and function pointer
ex) u8(*get_batt_present) (void)
-> u8 (*get_batt_present) (void)
Signed-off-by: Woogyom Kim <milo.kim@ti.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
No differences found