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:
Dmitry Osipenko 2021-03-02 13:10:27 +03:00 committed by Sebastian Reichel
parent d33b3f7e34
commit 2552e38dc8

View File

@ -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>");