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

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.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent d958d978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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