All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6] staging: pi433: Fixes minor typo errors
@ 2017-09-08 14:24 Harsha Sharma
  2017-09-08 17:48 ` Harsha Sharma
  0 siblings, 1 reply; 4+ messages in thread
From: Harsha Sharma @ 2017-09-08 14:24 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, outreachy-kernel, Harsha Sharma

Fixes checkpatch warning -- "occured" and "succesfully" are misspelled

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
Changes in v6:
 -Added changes from other versions
Changes in v5:
 -Signed-off properly with correct author name in .gitconfig
Changes in v4:
 -Correct the format of the subject.
 -Signed-off with same author name and signed-off name
Changes in v3:
 -Added space after : and removed file extension from subject
 drivers/staging/pi433/pi433_if.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c
index 6b9b7df..6a10478 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -473,7 +473,7 @@ struct pi433_instance {
 	}
 
 
-	/* rx done, wait was interrupted or error occured */
+	/* rx done, wait was interrupted or error occurred */
 abort:
 	dev->interrupt_rx_allowed = true;
 	SET_CHECKED(rf69_set_mode(dev->spi, standby));
@@ -1033,7 +1033,7 @@ static int setup_GPIOs(struct pi433_device *device)
 		if (retval)
 			return retval;
 
-		dev_dbg(&device->spi->dev, "%s succesfully configured", name);
+		dev_dbg(&device->spi->dev, "%s successfully configured", name);
 	}
 
 	return 0;
-- 
1.9.1



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

* Re: [PATCH v6] staging: pi433: Fixes minor typo errors
  2017-09-08 14:24 [PATCH v6] staging: pi433: Fixes minor typo errors Harsha Sharma
@ 2017-09-08 17:48 ` Harsha Sharma
  2017-09-10 13:53   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Harsha Sharma @ 2017-09-08 17:48 UTC (permalink / raw)
  To: Greg KH; +Cc: devel, linux-kernel, outreachy-kernel, Harsha Sharma

[-- Attachment #1: Type: text/plain, Size: 1708 bytes --]

Hello,
I have tried to follow above given instructions but please correct me if I
am wrong somewhere.
Sorry for inconvenience and thanks for your valuable time.

With regards,
Harsha Sharma

On Fri, Sep 8, 2017 at 7:54 PM, Harsha Sharma <harshasharmaiitr@gmail.com>
wrote:

> Fixes checkpatch warning -- "occured" and "succesfully" are misspelled
>
> Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
> ---
> Changes in v6:
>  -Added changes from other versions
> Changes in v5:
>  -Signed-off properly with correct author name in .gitconfig
> Changes in v4:
>  -Correct the format of the subject.
>  -Signed-off with same author name and signed-off name
> Changes in v3:
>  -Added space after : and removed file extension from subject
>  drivers/staging/pi433/pi433_if.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/pi433/pi433_if.c
> b/drivers/staging/pi433/pi433_if.c
> index 6b9b7df..6a10478 100644
> --- a/drivers/staging/pi433/pi433_if.c
> +++ b/drivers/staging/pi433/pi433_if.c
> @@ -473,7 +473,7 @@ struct pi433_instance {
>         }
>
>
> -       /* rx done, wait was interrupted or error occured */
> +       /* rx done, wait was interrupted or error occurred */
>  abort:
>         dev->interrupt_rx_allowed = true;
>         SET_CHECKED(rf69_set_mode(dev->spi, standby));
> @@ -1033,7 +1033,7 @@ static int setup_GPIOs(struct pi433_device *device)
>                 if (retval)
>                         return retval;
>
> -               dev_dbg(&device->spi->dev, "%s succesfully configured",
> name);
> +               dev_dbg(&device->spi->dev, "%s successfully configured",
> name);
>         }
>
>         return 0;
> --
> 1.9.1
>
>

[-- Attachment #2: Type: text/html, Size: 2464 bytes --]

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

* Re: [PATCH v6] staging: pi433: Fixes minor typo errors
  2017-09-08 17:48 ` Harsha Sharma
@ 2017-09-10 13:53   ` Greg KH
  2017-09-10 16:58     ` Harsha Sharma
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2017-09-10 13:53 UTC (permalink / raw)
  To: Harsha Sharma; +Cc: devel, linux-kernel, outreachy-kernel

On Fri, Sep 08, 2017 at 11:18:08PM +0530, Harsha Sharma wrote:
> Hello,
> I have tried to follow above given instructions but please correct me if I am
> wrong somewhere.

What "above given instructions"?

And please fix your email client to not send html email, it is getting
rejected by the mailing lists.

greg k-h


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

* Re: [PATCH v6] staging: pi433: Fixes minor typo errors
  2017-09-10 13:53   ` Greg KH
@ 2017-09-10 16:58     ` Harsha Sharma
  0 siblings, 0 replies; 4+ messages in thread
From: Harsha Sharma @ 2017-09-10 16:58 UTC (permalink / raw)
  To: outreachy-kernel


[-- Attachment #1.1: Type: text/plain, Size: 583 bytes --]



On Sunday, September 10, 2017 at 8:51:42 PM UTC+5:30, gregkh wrote:
>
> On Fri, Sep 08, 2017 at 11:18:08PM +0530, Harsha Sharma wrote: 
> > Hello, 
> > I have tried to follow above given instructions but please correct me if 
> I am 
> > wrong somewhere. 
>
> What "above given instructions"? 
>
> And please fix your email client to not send html email, it is getting 
> rejected by the mailing lists. 
>
> greg k-h 
>

I have added the changes from other versions and changed the format of 
subject and log message as suggested .
Thanks for your time.

Regards,
Harsha Sharma 
 

[-- Attachment #1.2: Type: text/html, Size: 861 bytes --]

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

end of thread, other threads:[~2017-09-10 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08 14:24 [PATCH v6] staging: pi433: Fixes minor typo errors Harsha Sharma
2017-09-08 17:48 ` Harsha Sharma
2017-09-10 13:53   ` Greg KH
2017-09-10 16:58     ` Harsha Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.