kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging:dgnc:Fix spelling errors in comments
@ 2015-07-01  8:02 DingXiang
  2015-07-15  3:15 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: DingXiang @ 2015-07-01  8:02 UTC (permalink / raw)
  To: kernel-janitors

Correct the spelling errors in comments

Signed-off-by: DingXiang <dingxiang@huawei.com>
---
 dgnc_driver.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dgnc_driver.c b/dgnc_driver.c
index 7546aff..1b0005a 100644
--- a/dgnc_driver.c
+++ b/dgnc_driver.c
@@ -216,12 +216,12 @@ static int dgnc_start(void)
 	unsigned long flags;
 	struct device *dev;
 
-	/* make sure that the globals are init'd before we do anything else */
+	/* make sure that the globals are init'ed before we do anything else */
 	dgnc_init_globals();
 
 	/*
 	 * Register our base character device into the kernel.
-	 * This allows the download daemon to connect to the downld device
+	 * This allows the download daemon to connect to the download device
 	 * before any of the boards are init'ed.
 	 *
 	 * Register management/dpa devices
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging:dgnc:Fix spelling errors in comments
  2015-07-01  8:02 [PATCH] Staging:dgnc:Fix spelling errors in comments DingXiang
@ 2015-07-15  3:15 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-07-15  3:15 UTC (permalink / raw)
  To: kernel-janitors

On Wed, Jul 01, 2015 at 04:02:17PM +0800, DingXiang wrote:
> Correct the spelling errors in comments
> 
> Signed-off-by: DingXiang <dingxiang@huawei.com>
> ---
>  dgnc_driver.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/dgnc_driver.c b/dgnc_driver.c
> index 7546aff..1b0005a 100644
> --- a/dgnc_driver.c
> +++ b/dgnc_driver.c

I can't apply this as it's not against the root of the kernel tree.

Also, please put a ' ' in your name in the correct place when resending.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-15  3:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01  8:02 [PATCH] Staging:dgnc:Fix spelling errors in comments DingXiang
2015-07-15  3:15 ` Greg KH

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).