kernel/drivers/media/tuners/mxl5005s.c
.. .. @@ -3584,7 +3584,7 @@ 3584 3584 return value / resolution + (value % resolution > 0 ? 1 : 0); 3585 3585 } 3586 3586 3587 -/* Retrieve the Initialzation Registers */3587 +/* Retrieve the Initialization Registers */3588 3588 static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum, 3589 3589 u8 *RegVal, int *count) 3590 3590 {