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

regmap: fix comment for regmap.use_single_write

Signed-off-by: David Frey <dpfrey@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

David Frey and committed by
Mark Brown
9ad8eb01 5b394b2d

+1 -1
+1 -1
drivers/base/regmap/internal.h
··· 149 149 150 150 /* if set, converts bulk read to single read */ 151 151 bool use_single_read; 152 - /* if set, converts bulk read to single read */ 152 + /* if set, converts bulk write to single write */ 153 153 bool use_single_write; 154 154 /* if set, the device supports multi write mode */ 155 155 bool can_multi_write;