]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
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)
commite57b432d0c91a4c472b2826b21524bdbbf2688d1
tree4f4cbe408d0a88d489b44e9160fe54ecdc66b6ae
parent620b2736696743fc785b2fc63dbc0fe69cbfe3a7
lp8727_charger: Some minor fixes for the header

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>
include/linux/lp8727.h