aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhaskar Chowdhury <[email protected]>2021-02-13 16:13:20 +0100
committerMauro Carvalho Chehab <[email protected]>2021-03-11 11:59:42 +0100
commit937da4fd2ca125a6024ef86816e07590d657ed90 (patch)
tree333f9920952105cac67835d386428f0a14e93271
parent611ce3395e34cc20cb07c507314d77c1bb4a06ca (diff)
media: drivers: media: pci: cx18: Spelling fix of minimze to minimize in the file cx18-av-audio.c
s/minimze/minimize/ Signed-off-by: Bhaskar Chowdhury <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/media/pci/cx18/cx18-av-audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx18/cx18-av-audio.c b/drivers/media/pci/cx18/cx18-av-audio.c
index ee2b802d2895..833baa934448 100644
--- a/drivers/media/pci/cx18/cx18-av-audio.c
+++ b/drivers/media/pci/cx18/cx18-av-audio.c
@@ -46,7 +46,7 @@ static int set_audclk_freq(struct cx18 *cx, u32 freq)
* an error of less than 0.13 ppm which is way, way better than any off
* the shelf crystal will have for accuracy anyway.
*
- * Below I aim to run the PLLs' VCOs near 400 MHz to minimze error.
+ * Below I aim to run the PLLs' VCOs near 400 MHz to minimize error.
*
* Many thanks to Jeff Campbell and Mike Bradley for their extensive
* investigation, experimentation, testing, and suggested solutions of