mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
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>
This commit is contained in:
parent
d958d97848
commit
1957b92aaf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user