power: supply: smb347-charger: Clean up whitespaces in the code
Improve formatting of the code by removing unnecessary whitespaces. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
d33b3f7e34
commit
2552e38dc8
@ -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 <bruce.e.robertson@intel.com>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user