regmap: fix regmap_noinc_write() description

Message ID 20231121230900.3754785-1-hugo@hugovil.com
State New
Headers
Series regmap: fix regmap_noinc_write() description |

Commit Message

Hugo Villeneuve Nov. 21, 2023, 11:09 p.m. UTC
  From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Change "Write data from" -> "Write data to".

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 drivers/base/regmap/regmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 98b1cc82c4affc16f5598d4fa14b1858671b2263
  

Comments

Mark Brown Nov. 22, 2023, 9:25 a.m. UTC | #1
On Tue, 21 Nov 2023 18:09:00 -0500, Hugo Villeneuve wrote:
> Change "Write data from" -> "Write data to".
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next

Thanks!

[1/1] regmap: fix regmap_noinc_write() description
      commit: 1957b92aaff0fa71621e61bbd0257b9c3bb9baf2

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
  

Patch

diff --git a/drivers/base/regmap/regmap.c b/drivers/base/regmap/regmap.c
index ea6157747199..6db77d8e45f9 100644
--- a/drivers/base/regmap/regmap.c
+++ b/drivers/base/regmap/regmap.c
@@ -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