[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231121230900.3754785-1-hugo@hugovil.com>
Date: Tue, 21 Nov 2023 18:09:00 -0500
From: Hugo Villeneuve <hugo@...ovil.com>
To: Mark Brown <broonie@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J. Wysocki" <rafael@...nel.org>
Cc: hugo@...ovil.com, Hugo Villeneuve <hvilleneuve@...onoff.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] regmap: fix regmap_noinc_write() description
From: Hugo Villeneuve <hvilleneuve@...onoff.com>
Change "Write data from" -> "Write data to".
Signed-off-by: Hugo Villeneuve <hvilleneuve@...onoff.com>
---
drivers/base/regmap/regmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
base-commit: 98b1cc82c4affc16f5598d4fa14b1858671b2263
--
2.39.2
Powered by blists - more mailing lists