mirror of https://gitee.com/openkylin/linux.git
platform_data: ad7793.h: drop a duplicated word
Drop the repeated word "and" in a comment. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
65fb06f0be
commit
781cb90b05
|
@ -40,7 +40,7 @@ enum ad7793_bias_voltage {
|
|||
* enum ad7793_refsel - AD7793 reference voltage selection
|
||||
* @AD7793_REFSEL_REFIN1: External reference applied between REFIN1(+)
|
||||
* and REFIN1(-).
|
||||
* @AD7793_REFSEL_REFIN2: External reference applied between REFIN2(+) and
|
||||
* @AD7793_REFSEL_REFIN2: External reference applied between REFIN2(+)
|
||||
* and REFIN1(-). Only valid for AD7795/AD7796.
|
||||
* @AD7793_REFSEL_INTERNAL: Internal 1.17 V reference.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue