forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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 {