From: Jonathan Neuschäfer Date: Fri, 4 Nov 2022 10:13:49 +0000 (+0100) Subject: media: davinci/vpbe: Fix a typo ("defualt_mode") X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d668c0a73e2c1a39ee7046d4e0f49b9f805f804f;p=linux.git media: davinci/vpbe: Fix a typo ("defualt_mode") Let's spell the variable name correctly. Signed-off-by: Jonathan Neuschäfer Signed-off-by: Hans Verkuil --- diff --git a/include/media/davinci/vpbe.h b/include/media/davinci/vpbe.h index e74a93475d21..646c4b48b29d 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;