lp8727_charger: Some minor fixes for the header
authorMilo(Woogyom) Kim <milo.kim@ti.com>
Wed, 4 Jan 2012 12:23:11 +0000 (16:23 +0400)
committerAnton 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