forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/media/tuners/mxl5005s.c
....@@ -3584,7 +3584,7 @@
35843584 return value / resolution + (value % resolution > 0 ? 1 : 0);
35853585 }
35863586
3587
-/* Retrieve the Initialzation Registers */
3587
+/* Retrieve the Initialization Registers */
35883588 static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum,
35893589 u8 *RegVal, int *count)
35903590 {