linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] vc04_services: mmal-vchiq: fix typo in comment
@ 2023-01-30 14:54 Jongwoo Han
  2023-01-30 15:04 ` Joel Savitz
  2023-01-30 15:18 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Jongwoo Han @ 2023-01-30 14:54 UTC (permalink / raw)
  To: f.fainelli, bcm-kernel-feedback-list, gregkh, jongwooo.han
  Cc: linux-rpi-kernel, linux-staging, linux-kernel

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
---
 drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
index 294b184d4..e318f3609 100644
--- a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
+++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
@@ -245,7 +245,7 @@ static void event_to_host_cb(struct vchiq_mmal_instance *instance,
 /* workqueue scheduled callback
  *
  * we do this because it is important we do not call any other vchiq
- * sync calls from witin the message delivery thread
+ * sync calls from within the message delivery thread
  */
 static void buffer_work_cb(struct work_struct *work)
 {
-- 
2.34.1


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

* Re: [PATCH] vc04_services: mmal-vchiq: fix typo in comment
  2023-01-30 14:54 Jongwoo Han
@ 2023-01-30 15:04 ` Joel Savitz
  2023-01-30 15:18 ` Greg KH
  1 sibling, 0 replies; 5+ messages in thread
From: Joel Savitz @ 2023-01-30 15:04 UTC (permalink / raw)
  To: Jongwoo Han
  Cc: f.fainelli, bcm-kernel-feedback-list, gregkh, linux-rpi-kernel,
	linux-staging, linux-kernel

On Mon, Jan 30, 2023 at 11:54:00PM +0900, Jongwoo Han wrote:
> Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
> ---
>  drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> index 294b184d4..e318f3609 100644
> --- a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> +++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> @@ -245,7 +245,7 @@ static void event_to_host_cb(struct vchiq_mmal_instance *instance,
>  /* workqueue scheduled callback
>   *
>   * we do this because it is important we do not call any other vchiq
> - * sync calls from witin the message delivery thread
> + * sync calls from within the message delivery thread
>   */
>  static void buffer_work_cb(struct work_struct *work)
>  {
> -- 
> 2.34.1
> 
> 
> _______________________________________________
> linux-rpi-kernel mailing list
> linux-rpi-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rpi-kernel
> 
Acked-by: Joel Savitz <jsavitz@redhat.com>


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

* Re: [PATCH] vc04_services: mmal-vchiq: fix typo in comment
  2023-01-30 14:54 Jongwoo Han
  2023-01-30 15:04 ` Joel Savitz
@ 2023-01-30 15:18 ` Greg KH
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2023-01-30 15:18 UTC (permalink / raw)
  To: Jongwoo Han
  Cc: f.fainelli, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-staging, linux-kernel

On Mon, Jan 30, 2023 at 11:54:00PM +0900, Jongwoo Han wrote:
> Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
> ---
>  drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I can not take patches without any changelog text at all, sorry.

greg k-h

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

* [PATCH] vc04_services: mmal-vchiq: fix typo in comment
@ 2023-01-30 16:05 Jongwoo Han
  2023-01-30 16:25 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Jongwoo Han @ 2023-01-30 16:05 UTC (permalink / raw)
  To: f.fainelli, bcm-kernel-feedback-list, gregkh, jongwooo.han
  Cc: linux-rpi-kernel, linux-staging, linux-kernel

Correct typo from 'witin' to 'within' in comment.

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
---
 drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
index 294b184d4..e318f3609 100644
--- a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
+++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
@@ -245,7 +245,7 @@ static void event_to_host_cb(struct vchiq_mmal_instance *instance,
 /* workqueue scheduled callback
  *
  * we do this because it is important we do not call any other vchiq
- * sync calls from witin the message delivery thread
+ * sync calls from within the message delivery thread
  */
 static void buffer_work_cb(struct work_struct *work)
 {
-- 
2.34.1


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

* Re: [PATCH] vc04_services: mmal-vchiq: fix typo in comment
  2023-01-30 16:05 [PATCH] vc04_services: mmal-vchiq: fix typo in comment Jongwoo Han
@ 2023-01-30 16:25 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2023-01-30 16:25 UTC (permalink / raw)
  To: Jongwoo Han
  Cc: f.fainelli, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-staging, linux-kernel

On Tue, Jan 31, 2023 at 01:05:48AM +0900, Jongwoo Han wrote:
> Correct typo from 'witin' to 'within' in comment.
> 
> Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
> ---
>  drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> index 294b184d4..e318f3609 100644
> --- a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> +++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
> @@ -245,7 +245,7 @@ static void event_to_host_cb(struct vchiq_mmal_instance *instance,
>  /* workqueue scheduled callback
>   *
>   * we do this because it is important we do not call any other vchiq
> - * sync calls from witin the message delivery thread
> + * sync calls from within the message delivery thread
>   */
>  static void buffer_work_cb(struct work_struct *work)
>  {
> -- 
> 2.34.1
> 
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/process/submitting-patches.rst for what
  needs to be done here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

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

end of thread, other threads:[~2023-01-30 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-30 16:05 [PATCH] vc04_services: mmal-vchiq: fix typo in comment Jongwoo Han
2023-01-30 16:25 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2023-01-30 14:54 Jongwoo Han
2023-01-30 15:04 ` Joel Savitz
2023-01-30 15:18 ` 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).