This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: verisilicon Correct a typo in 
H1_REG_ENC_CTRL2_DEBLOCKING_FILTER_MODE
Author:  Andrzej Pietrasiewicz <andrze...@collabora.com>
Date:    Thu Nov 16 15:48:11 2023 +0000

It's a FILTER and not FILETER.

Link: 
https://lore.kernel.org/linux-media/20231116154816.70959-2-andrze...@collabora.com
Signed-off-by: Andrzej Pietrasiewicz <andrze...@collabora.com>
Reviewed-by: Chen-Yu Tsai <w...@csie.org>
Signed-off-by: Mauro Carvalho Chehab <mche...@kernel.org>

 drivers/media/platform/verisilicon/hantro_h1_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/platform/verisilicon/hantro_h1_regs.h 
b/drivers/media/platform/verisilicon/hantro_h1_regs.h
index 30e7e7b920b5..b45e6e104b23 100644
--- a/drivers/media/platform/verisilicon/hantro_h1_regs.h
+++ b/drivers/media/platform/verisilicon/hantro_h1_regs.h
@@ -62,7 +62,7 @@
 #define    H1_REG_ENC_CTRL1_INTRA_PRED_MODE(x)         ((x) << 16)
 #define    H1_REG_ENC_CTRL1_FRAME_NUM(x)               ((x))
 #define H1_REG_ENC_CTRL2                               0x048
-#define    H1_REG_ENC_CTRL2_DEBLOCKING_FILETER_MODE(x) ((x) << 30)
+#define    H1_REG_ENC_CTRL2_DEBLOCKING_FILTER_MODE(x)  ((x) << 30)
 #define    H1_REG_ENC_CTRL2_H264_SLICE_SIZE(x)         ((x) << 23)
 #define    H1_REG_ENC_CTRL2_DISABLE_QUARTER_PIXMV      BIT(22)
 #define    H1_REG_ENC_CTRL2_TRANS8X8_MODE_EN           BIT(21)

Reply via email to