Commit 1957b92a authored by Hugo Villeneuve's avatar Hugo Villeneuve Committed by Mark Brown

regmap: fix regmap_noinc_write() description

Change "Write data from" -> "Write data to".
Signed-off-by: default avatarHugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20231121230900.3754785-1-hugo@hugovil.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent d958d978
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment