diff mbox series

media: platform: fix a typo

Message ID 20241002212602.11601-1-algonell@gmail.com (mailing list archive)
State New
Headers show
Series media: platform: fix a typo | expand

Commit Message

Andrew Kreimer Oct. 2, 2024, 9:26 p.m. UTC
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(-)

Comments

Hans Verkuil Oct. 3, 2024, 6:50 a.m. UTC | #1
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 {
Andrew Kreimer Oct. 3, 2024, 8:34 a.m. UTC | #2
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.
diff mbox series

Patch

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 {