From: Dmitry Osipenko Date: Tue, 2 Mar 2021 10:10:27 +0000 (+0300) Subject: power: supply: smb347-charger: Clean up whitespaces in the code X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2552e38dc8ad601ff8defb8051126277a165a991;p=linux.git power: supply: smb347-charger: Clean up whitespaces in the code Improve formatting of the code by removing unnecessary whitespaces. Signed-off-by: Dmitry Osipenko Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/smb347-charger.c b/drivers/power/supply/smb347-charger.c index ee13cd5d2b049..3376f42d46c3d 100644 --- a/drivers/power/supply/smb347-charger.c +++ b/drivers/power/supply/smb347-charger.c @@ -1401,11 +1401,10 @@ static struct i2c_driver smb347_driver = { .name = "smb347", .of_match_table = smb3xx_of_match, }, - .probe = smb347_probe, - .remove = smb347_remove, - .id_table = smb347_id, + .probe = smb347_probe, + .remove = smb347_remove, + .id_table = smb347_id, }; - module_i2c_driver(smb347_driver); MODULE_AUTHOR("Bruce E. Robertson ");