Some purely cosmetic changes in ina238.c:...
- When aligning definitions, do so consistently with tab stop of 8.
- Use spaces instead of tabs around operators.
- Align wrapped lines.
Signed-off-by: Jonas Rebmann <jre@xxxxxxxxxxxxxx>
---
drivers/hwmon/ina238.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
static struct i2c_driver ina238_driver = {
.driver = {
- .name = "ina238",
+ .name = "ina238",
.of_match_table = of_match_ptr(ina238_of_match),
},
.probe = ina238_probe,