]> git.karo-electronics.de Git - linux-beck.git/commit
lp8727_charger: Fix wrong code style
authorKim, Milo <Milo.Kim@ti.com>
Fri, 27 Jan 2012 06:58:51 +0000 (22:58 -0800)
committerAnton Vorontsov <anton.vorontsov@linaro.org>
Mon, 26 Mar 2012 16:40:56 +0000 (20:40 +0400)
commit7336880e3d73ee38b0c2bb99674e7e79d87dd43e
tree02ced3aaace986c0779c6c8c9d634a122f13953c
parent27aefa3b7d8b1c37e0bc21cbd0ce3c93bdf163ca
lp8727_charger: Fix wrong code style

Definition of STATUS2
: remove space before tabs.

Return code of lp8727_is_dedicated_charger(), lp8727_is_usb_charger()
: remove parentheses when return is not a function.

MODULE_AUTHOR section
: remove space at the start of a line.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
drivers/power/lp8727_charger.c