From: Mohana Datta Yelugoti <ymdatta.work@gmail.com>
To: gregkh@linuxfoundation.org
Cc: Kate Stewart <kstewart@linuxfoundation.org>,
trivial@kernel.org, Russell King <linux@armlinux.org.uk>,
linux-kernel@vger.kernel.org, ymdatta.work@gmail.com,
Thomas Gleixner <tglx@linutronix.de>,
Enrico Weigelt <info@metux.net>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: fix a gramatical error in the comments
Date: Tue, 31 Dec 2019 23:01:42 +0530 [thread overview]
Message-ID: <20191231173144.13077-1-ymdatta.work@gmail.com> (raw)
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
reply other threads:[~2019-12-31 17:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191231173144.13077-1-ymdatta.work@gmail.com \
--to=ymdatta.work@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=info@metux.net \
--cc=kstewart@linuxfoundation.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=tglx@linutronix.de \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).