[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241003105158.15702-1-algonell@gmail.com>
Date: Thu, 3 Oct 2024 13:51:58 +0300
From: Andrew Kreimer <algonell@...il.com>
To: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Andrew Kreimer <algonell@...il.com>
Subject: [PATCH v2] media: platform: ti: omap: fix a typo
Fix a typo in comments "tobe -> to be".
Signed-off-by: Andrew Kreimer <algonell@...il.com>
---
v2:
- Add driver name to subject.
- Elaborate on the change.
v1:
- https://lore.kernel.org/all/20241002212602.11601-1-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
Powered by blists - more mailing lists