Re: [PATCH 1/4] hwmon: ina238: Fix inconsistent whitespace

From: Guenter Roeck
Date: Wed Jul 16 2025 - 11:54:25 EST


On 7/15/25 13:49, Jonas Rebmann wrote:
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",

This was aligned with ".probe" below. Either leave it alone or change the tabs below as well.

Thanks,
Guenter


.of_match_table = of_match_ptr(ina238_of_match),
},
.probe = ina238_probe,