Commit ff140456 authored by Shen Lichuan's avatar Shen Lichuan Committed by Guenter Roeck
Browse files

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: default avatarShen Lichuan <shenlichuan@vivo.com>
Message-ID: <20240919064939.3282-1-shenlichuan@vivo.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 70fb84a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;