Skip to content

Commit f0aa153

Browse files
Jiang Jiangroeck
authored andcommitted
hwmon: (pmbus/ucd9200) fix typos in comments
Drop the redundant word 'the' in the comments following /* * Set PHASE registers on all pages to 0xff to ensure that phase * specific commands will apply to all phases of a given page (rail). * This only affects the READ_IOUT and READ_TEMPERATURE2 registers. * READ_IOUT will return the sum of currents of all phases of a rail, * and READ_TEMPERATURE2 will return the maximum temperature detected * for the [the - DROP] phases of the rail. */ Signed-off-by: Jiang Jian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 1bbb280 commit f0aa153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/pmbus/ucd9200.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ static int ucd9200_probe(struct i2c_client *client)
148148
* This only affects the READ_IOUT and READ_TEMPERATURE2 registers.
149149
* READ_IOUT will return the sum of currents of all phases of a rail,
150150
* and READ_TEMPERATURE2 will return the maximum temperature detected
151-
* for the the phases of the rail.
151+
* for the phases of the rail.
152152
*/
153153
for (i = 0; i < info->pages; i++) {
154154
/*

0 commit comments

Comments
 (0)