Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Jonathan Cameron
781cb90b 65fb06f0

+1 -1
+1 -1
include/linux/platform_data/ad7793.h
··· 40 40 * enum ad7793_refsel - AD7793 reference voltage selection 41 41 * @AD7793_REFSEL_REFIN1: External reference applied between REFIN1(+) 42 42 * and REFIN1(-). 43 - * @AD7793_REFSEL_REFIN2: External reference applied between REFIN2(+) and 43 + * @AD7793_REFSEL_REFIN2: External reference applied between REFIN2(+) 44 44 * and REFIN1(-). Only valid for AD7795/AD7796. 45 45 * @AD7793_REFSEL_INTERNAL: Internal 1.17 V reference. 46 46 */