All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo imporant > important
@ 2021-06-10  8:24 ` Herman
  0 siblings, 0 replies; 4+ messages in thread
From: Herman @ 2021-06-10  8:24 UTC (permalink / raw)
  To: a.hajda; +Cc: mchehab, linux-arm-kernel, linux-media, linux-kernel, Herman

Change 'imporant' into 'important'.

Signed-off-by: Herman <yanshuaijun@yulong.com>
---
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
index 49503c20d320..aa80b3f67ded 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
@@ -1418,7 +1418,7 @@ static void s5p_mfc_try_run_v5(struct s5p_mfc_dev *dev)
 		if (test_and_clear_bit(0, &dev->hw_lock) == 0)
 			mfc_err("Failed to unlock hardware\n");
 
-		/* This is in deed imporant, as no operation has been
+		/* This is in deed important, as no operation has been
 		 * scheduled, reduce the clock count as no one will
 		 * ever do this, because no interrupt related to this try_run
 		 * will ever come from hardware. */
-- 
2.25.1


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

* [PATCH] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo imporant > important
@ 2021-06-10  8:24 ` Herman
  0 siblings, 0 replies; 4+ messages in thread
From: Herman @ 2021-06-10  8:24 UTC (permalink / raw)
  To: a.hajda; +Cc: mchehab, linux-arm-kernel, linux-media, linux-kernel, Herman

Change 'imporant' into 'important'.

Signed-off-by: Herman <yanshuaijun@yulong.com>
---
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
index 49503c20d320..aa80b3f67ded 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
@@ -1418,7 +1418,7 @@ static void s5p_mfc_try_run_v5(struct s5p_mfc_dev *dev)
 		if (test_and_clear_bit(0, &dev->hw_lock) == 0)
 			mfc_err("Failed to unlock hardware\n");
 
-		/* This is in deed imporant, as no operation has been
+		/* This is in deed important, as no operation has been
 		 * scheduled, reduce the clock count as no one will
 		 * ever do this, because no interrupt related to this try_run
 		 * will ever come from hardware. */
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo imporant > important
  2021-06-10  8:24 ` Herman
@ 2021-06-14 12:40   ` Hans Verkuil
  -1 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2021-06-14 12:40 UTC (permalink / raw)
  To: Herman, a.hajda
  Cc: mchehab, linux-arm-kernel, linux-media, linux-kernel, Herman

On 10/06/2021 10:24, Herman wrote:
> Change 'imporant' into 'important'.
> 
> Signed-off-by: Herman <yanshuaijun@yulong.com>
> ---
>  drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
> index 49503c20d320..aa80b3f67ded 100644
> --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
> +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
> @@ -1418,7 +1418,7 @@ static void s5p_mfc_try_run_v5(struct s5p_mfc_dev *dev)
>  		if (test_and_clear_bit(0, &dev->hw_lock) == 0)
>  			mfc_err("Failed to unlock hardware\n");
>  
> -		/* This is in deed imporant, as no operation has been
> +		/* This is in deed important, as no operation has been

While we're at it, can you also change: in deed -> indeed

checkpatch also gives me:

WARNING: From:/Signed-off-by: email address mismatch: 'From: Herman <herman.yim88@gmail.com>' != 'Signed-off-by: Herman
<yanshuaijun@yulong.com>'

I can manually change one of the two, but I need to know which you prefer.

Regards,

	Hans


>  		 * scheduled, reduce the clock count as no one will
>  		 * ever do this, because no interrupt related to this try_run
>  		 * will ever come from hardware. */
> 


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

* Re: [PATCH] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo imporant > important
@ 2021-06-14 12:40   ` Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2021-06-14 12:40 UTC (permalink / raw)
  To: Herman, a.hajda
  Cc: mchehab, linux-arm-kernel, linux-media, linux-kernel, Herman

On 10/06/2021 10:24, Herman wrote:
> Change 'imporant' into 'important'.
> 
> Signed-off-by: Herman <yanshuaijun@yulong.com>
> ---
>  drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
> index 49503c20d320..aa80b3f67ded 100644
> --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
> +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
> @@ -1418,7 +1418,7 @@ static void s5p_mfc_try_run_v5(struct s5p_mfc_dev *dev)
>  		if (test_and_clear_bit(0, &dev->hw_lock) == 0)
>  			mfc_err("Failed to unlock hardware\n");
>  
> -		/* This is in deed imporant, as no operation has been
> +		/* This is in deed important, as no operation has been

While we're at it, can you also change: in deed -> indeed

checkpatch also gives me:

WARNING: From:/Signed-off-by: email address mismatch: 'From: Herman <herman.yim88@gmail.com>' != 'Signed-off-by: Herman
<yanshuaijun@yulong.com>'

I can manually change one of the two, but I need to know which you prefer.

Regards,

	Hans


>  		 * scheduled, reduce the clock count as no one will
>  		 * ever do this, because no interrupt related to this try_run
>  		 * will ever come from hardware. */
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-06-14 12:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10  8:24 [PATCH] drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo imporant > important Herman
2021-06-10  8:24 ` Herman
2021-06-14 12:40 ` Hans Verkuil
2021-06-14 12:40   ` Hans Verkuil

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.