Skip to content

Commit 1957b92

Browse files
hvilleneuvedoobroonie
authored andcommitted
regmap: fix regmap_noinc_write() description
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>
1 parent d958d97 commit 1957b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/regmap/regmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ static int regmap_noinc_readwrite(struct regmap *map, unsigned int reg,
21362136
}
21372137

21382138
/**
2139-
* regmap_noinc_write(): Write data from a register without incrementing the
2139+
* regmap_noinc_write(): Write data to a register without incrementing the
21402140
* register number
21412141
*
21422142
* @map: Register map to write to

0 commit comments

Comments
 (0)