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:
Hugo Villeneuve 2023-11-21 18:09:00 -05:00 committed by Mark Brown
parent d958d97848
commit 1957b92aaf
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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