kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: platform: fix a typo
@ 2024-10-02 21:26 Andrew Kreimer
  2024-10-03  6:50 ` Hans Verkuil
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Kreimer @ 2024-10-02 21:26 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linux-media, linux-kernel, kernel-janitors, Andrew Kreimer

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 drivers/media/platform/ti/omap/omap_voutdef.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/ti/omap/omap_voutdef.h b/drivers/media/platform/ti/omap/omap_voutdef.h
index b586193341d2..159e5e670d91 100644
--- a/drivers/media/platform/ti/omap/omap_voutdef.h
+++ b/drivers/media/platform/ti/omap/omap_voutdef.h
@@ -48,7 +48,7 @@
 #define VRFB_TX_TIMEOUT         1000
 #define VRFB_NUM_BUFS		4
 
-/* Max buffer size tobe allocated during init */
+/* Max buffer size to be allocated during init */
 #define OMAP_VOUT_MAX_BUF_SIZE (VID_MAX_WIDTH*VID_MAX_HEIGHT*4)
 
 enum dma_channel_state {
-- 
2.39.5


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

* Re: [PATCH] media: platform: fix a typo
  2024-10-02 21:26 [PATCH] media: platform: fix a typo Andrew Kreimer
@ 2024-10-03  6:50 ` Hans Verkuil
  2024-10-03  8:34   ` Andrew Kreimer
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2024-10-03  6:50 UTC (permalink / raw)
  To: Andrew Kreimer, Mauro Carvalho Chehab
  Cc: linux-media, linux-kernel, kernel-janitors

Hi Andrew,

Please always include the driver name in the subject:

media: platform: ti: omap: fix a typo

That way whoever maintains the driver will trigger on this patch.

Regards,

	Hans

On 02/10/2024 23:26, Andrew Kreimer wrote:
> Fix a typo in comments.
> 
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
>  drivers/media/platform/ti/omap/omap_voutdef.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/ti/omap/omap_voutdef.h b/drivers/media/platform/ti/omap/omap_voutdef.h
> index b586193341d2..159e5e670d91 100644
> --- a/drivers/media/platform/ti/omap/omap_voutdef.h
> +++ b/drivers/media/platform/ti/omap/omap_voutdef.h
> @@ -48,7 +48,7 @@
>  #define VRFB_TX_TIMEOUT         1000
>  #define VRFB_NUM_BUFS		4
>  
> -/* Max buffer size tobe allocated during init */
> +/* Max buffer size to be allocated during init */
>  #define OMAP_VOUT_MAX_BUF_SIZE (VID_MAX_WIDTH*VID_MAX_HEIGHT*4)
>  
>  enum dma_channel_state {


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

* Re: [PATCH] media: platform: fix a typo
  2024-10-03  6:50 ` Hans Verkuil
@ 2024-10-03  8:34   ` Andrew Kreimer
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Kreimer @ 2024-10-03  8:34 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Mauro Carvalho Chehab, linux-media, linux-kernel, kernel-janitors

On Thu, Oct 03, 2024 at 08:50:09AM +0200, Hans Verkuil wrote:
> Hi Andrew,
> 
> Please always include the driver name in the subject:
> 
> media: platform: ti: omap: fix a typo
> 
> That way whoever maintains the driver will trigger on this patch.
> 
> Regards,
> 
> 	Hans

Noted, thank you.

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

end of thread, other threads:[~2024-10-03  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 21:26 [PATCH] media: platform: fix a typo Andrew Kreimer
2024-10-03  6:50 ` Hans Verkuil
2024-10-03  8:34   ` Andrew Kreimer

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