]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (pmbus/ucd9200) fix typos in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 06:32:31 +0000 (14:32 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 29 Jun 2022 21:02:08 +0000 (14:02 -0700)
commitd06a9094f2e094c4a65b9c69469a0297b6cc56d6
treea7a93ba680d267c4246a4fab2d0fb442891320b1
parente5b9cd8632acb7f110e075fc8b84d3d8daf76ea4
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 <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/r/20220622063231.20612-1-jiangjian@cdjrlc.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/ucd9200.c