]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
regmap: fix regmap_noinc_write() description
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 21 Nov 2023 23:09:00 +0000 (18:09 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 21 Nov 2023 23:20:39 +0000 (23:20 +0000)
Change "Write data from" -> "Write data to".

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20231121230900.3754785-1-hugo@hugovil.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap.c

index ea6157747199411452b064aab91ed8b4ca472f80..6db77d8e45f9249fe2bd379023aa7edcf2eaa2d7 100644 (file)
@@ -2136,7 +2136,7 @@ static int regmap_noinc_readwrite(struct regmap *map, unsigned int reg,
 }
 
 /**
- * regmap_noinc_write(): Write data from a register without incrementing the
+ * regmap_noinc_write(): Write data to a register without incrementing the
  *                     register number
  *
  * @map: Register map to write to