mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue