From: Kim, Milo Date: Wed, 4 Jan 2012 05:03:18 +0000 (+0400) Subject: lp8727_charger: Coding style changes X-Git-Tag: v3.3-rc1~98^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce09affc59bca2a1ac1f77b75915fd914fab1f70;p=pandora-kernel.git lp8727_charger: Coding style changes 1. Useless braces were omitted 2. Useless void casts were omitted 3. module exit name changed lp8727_chg_exit -> lp8727_exit 4. Pointer coding style changes no space between pointer('*') and pointer name ex) u8 * data -> u8 *data 5. Author information change : email and additional author Signed-off-by: Milo(Woogyom) Kim Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed