drivers/staging/media/meson/vdec/codec_h264.c | 2 +- drivers/staging/media/meson/vdec/codec_mpeg12.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Fix spelling mistake: substracted -> subtracted
Signed-off-by: Maha Maryam Javaid <mahamaryamjavaid@gmail.com>
---
drivers/staging/media/meson/vdec/codec_h264.c | 2 +-
drivers/staging/media/meson/vdec/codec_mpeg12.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/meson/vdec/codec_h264.c b/drivers/staging/media/meson/vdec/codec_h264.c
index 89e0f8624e5b..a6074de15118 100644
--- a/drivers/staging/media/meson/vdec/codec_h264.c
+++ b/drivers/staging/media/meson/vdec/codec_h264.c
@@ -16,7 +16,7 @@
#define SIZE_SEI (8 * SZ_1K)
/*
- * Offset added by the firmware which must be substracted
+ * Offset added by the firmware which must be subtracted
* from the workspace phyaddr
*/
#define WORKSPACE_BUF_OFFSET 0x1000000
diff --git a/drivers/staging/media/meson/vdec/codec_mpeg12.c b/drivers/staging/media/meson/vdec/codec_mpeg12.c
index 76e9ca7191ab..ab4374e3b2ef 100644
--- a/drivers/staging/media/meson/vdec/codec_mpeg12.c
+++ b/drivers/staging/media/meson/vdec/codec_mpeg12.c
@@ -12,7 +12,7 @@
#include "vdec_helpers.h"
#define SIZE_WORKSPACE SZ_128K
-/* Offset substracted by the firmware from the workspace paddr */
+/* Offset subtracted by the firmware from the workspace paddr */
#define WORKSPACE_OFFSET (5 * SZ_1K)
/* map firmware registers to known MPEG1/2 functions */
--
2.34.1
On Mon, May 04, 2026 at 07:12:19AM -0400, Maha Maryam Javaid wrote: > Fix spelling mistake: substracted -> subtracted > > Signed-off-by: Maha Maryam Javaid <mahamaryamjavaid@gmail.com> > --- > drivers/staging/media/meson/vdec/codec_h264.c | 2 +- > drivers/staging/media/meson/vdec/codec_mpeg12.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/media/meson/vdec/codec_h264.c b/drivers/staging/media/meson/vdec/codec_h264.c > index 89e0f8624e5b..a6074de15118 100644 > --- a/drivers/staging/media/meson/vdec/codec_h264.c > +++ b/drivers/staging/media/meson/vdec/codec_h264.c > @@ -16,7 +16,7 @@ > #define SIZE_SEI (8 * SZ_1K) > > /* > - * Offset added by the firmware which must be substracted > + * Offset added by the firmware which must be subtracted > * from the workspace phyaddr > */ > #define WORKSPACE_BUF_OFFSET 0x1000000 > diff --git a/drivers/staging/media/meson/vdec/codec_mpeg12.c b/drivers/staging/media/meson/vdec/codec_mpeg12.c > index 76e9ca7191ab..ab4374e3b2ef 100644 > --- a/drivers/staging/media/meson/vdec/codec_mpeg12.c > +++ b/drivers/staging/media/meson/vdec/codec_mpeg12.c > @@ -12,7 +12,7 @@ > #include "vdec_helpers.h" > > #define SIZE_WORKSPACE SZ_128K > -/* Offset substracted by the firmware from the workspace paddr */ > +/* Offset subtracted by the firmware from the workspace paddr */ > #define WORKSPACE_OFFSET (5 * SZ_1K) > > /* map firmware registers to known MPEG1/2 functions */ > -- > 2.34.1 > > Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - This looks like a new version of a previously submitted patch, but you did not list below the --- line any changes from the previous version. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what needs to be done here to properly describe this. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot
© 2016 - 2026 Red Hat, Inc.