mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 02:06:15 +01:00
hwmon: (pmbus/mpq8785) Convert comma to semicolon
To ensure code clarity and prevent potential errors, use ';' instead of ',' as a statement separator in the function mpq8785_identify. Signed-off-by: Shen Lichuan <shenlichuan@vivo.com> Message-ID: <20240919064939.3282-1-shenlichuan@vivo.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
70fb84a109
commit
ff140456b5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ static int mpq8785_identify(struct i2c_client *client,
|
|||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
info->format[PSC_VOLTAGE_OUT] = direct,
|
||||
info->format[PSC_VOLTAGE_OUT] = direct;
|
||||
info->m[PSC_VOLTAGE_OUT] = 64;
|
||||
info->b[PSC_VOLTAGE_OUT] = 0;
|
||||
info->R[PSC_VOLTAGE_OUT] = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue