* [PATCH] ARM: fix a gramatical error in the comments
@ 2019-12-31 17:31 Mohana Datta Yelugoti
0 siblings, 0 replies; only message in thread
From: Mohana Datta Yelugoti @ 2019-12-31 17:31 UTC (permalink / raw)
To: gregkh
Cc: ymdatta.work, trivial, Russell King, Enrico Weigelt, Kate Stewart,
Thomas Gleixner, linux-arm-kernel, linux-kernel
There is a gramatical mistake in the comments which says 'an dtb'
which instead should be 'a dtb', as dtb doesn't begin with a vowel
sound. Fix it.
Signed-off-by: Mohana Datta Yelugoti <ymdatta.work@gmail.com>
---
arch/arm/kernel/devtree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/kernel/devtree.c b/arch/arm/kernel/devtree.c
index 39c978698406..8883caed6cb6 100644
--- a/arch/arm/kernel/devtree.c
+++ b/arch/arm/kernel/devtree.c
@@ -202,7 +202,7 @@ static const void * __init arch_get_next_mach(const char *const **match)
}
/**
- * setup_machine_fdt - Machine setup when an dtb was passed to the kernel
+ * setup_machine_fdt - Machine setup when a dtb was passed to the kernel
* @dt_phys: physical address of dt blob
*
* If a dtb was passed to the kernel in r2, then use it to choose the
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-31 17:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-31 17:31 [PATCH] ARM: fix a gramatical error in the comments Mohana Datta Yelugoti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox