diff mbox series

[09/17] drivers: regulator: Fix trivial spelling

Message ID 20200609124610.3445662-10-kieran.bingham+renesas@ideasonboard.com (mailing list archive)
State Awaiting Upstream
Delegated to: Geert Uytterhoeven
Headers show
Series spelling.txt: /decriptors/descriptors/ | expand

Commit Message

Kieran Bingham June 9, 2020, 12:46 p.m. UTC
The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/regulator/fixed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown June 9, 2020, 12:50 p.m. UTC | #1
On Tue, Jun 09, 2020 at 01:46:02PM +0100, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
> 
> Fix it up accordingly:
>     decriptors -> descriptors
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

For changes like these that are a bunch of trivial fixes independent of
each other it's generally better to send them independently rather than
as a series since only having part of the series (as is the case here)
usually begs questions about dependencies.  I'm hoping there aren't any
here and will queue these...
diff mbox series

Patch

diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c
index bc0bbd99e98d..d54830e48b8d 100644
--- a/drivers/regulator/fixed.c
+++ b/drivers/regulator/fixed.c
@@ -210,7 +210,7 @@  static int reg_fixed_voltage_probe(struct platform_device *pdev)
 
 	/*
 	 * The signal will be inverted by the GPIO core if flagged so in the
-	 * decriptor.
+	 * descriptor.
 	 */
 	if (config->enabled_at_boot)
 		gflags = GPIOD_OUT_HIGH;