media: davinci/vpbe: Fix a typo ("defualt_mode")

Message ID 20221104101349.2172578-1-j.neuschaefer@gmx.net (mailing list archive)
State Accepted
Delegated to: Hans Verkuil
Headers
Series media: davinci/vpbe: Fix a typo ("defualt_mode") |

Commit Message

Jonathan Neuschäfer Nov. 4, 2022, 10:13 a.m. UTC
  Let's spell the variable name correctly.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 include/media/davinci/vpbe.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.35.1
  

Patch

diff --git a/include/media/davinci/vpbe.h b/include/media/davinci/vpbe.h
index e74a93475d21f..646c4b48b29d1 100644
--- a/include/media/davinci/vpbe.h
+++ b/include/media/davinci/vpbe.h
@@ -28,7 +28,7 @@  struct vpbe_output {
 	 */
 	char *subdev_name;
 	/*
-	 * defualt_mode identifies the default timings set at the venc or
+	 * default_mode identifies the default timings set at the venc or
 	 * external encoder.
 	 */
 	char *default_mode;