media: a few more typos at staging, pci, platform, radio and usb
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 1 Mar 2019 15:01:58 +0000 (10:01 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 1 Mar 2019 15:02:25 +0000 (10:02 -0500)
Those typos were left over from codespell check, on
my first pass or belong to code added after the time I
ran it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/cx18/cx18-dvb.c
drivers/media/pci/saa7164/saa7164-dvb.c
drivers/media/platform/ti-vpe/vpdma.c
drivers/media/radio/wl128x/fmdrv_common.c
drivers/media/usb/au0828/au0828-dvb.c
drivers/staging/media/imx/imx7-mipi-csis.c

index 51ecbe350d0e224e8d0c4d57fc86f505e11460e1..61452c50a9c3d4d9092483c133cc7551e1cc756a 100644 (file)
@@ -458,7 +458,7 @@ void cx18_dvb_unregister(struct cx18_stream *stream)
        dvb_unregister_adapter(dvb_adapter);
 }
 
-/* All the DVB attach calls go here, this function get's modified
+/* All the DVB attach calls go here, this function gets modified
  * for each new card. cx18_dvb_start_feed() will also need changes.
  */
 static int dvb_register(struct cx18_stream *stream)
index dfb118d7d1ec9d8da27dea14ea76b9c98d3d4265..3e73cb3c7e88328edda31eeb49e973cde289c2ec 100644 (file)
@@ -529,7 +529,7 @@ int saa7164_dvb_unregister(struct saa7164_port *port)
        return 0;
 }
 
-/* All the DVB attach calls go here, this function get's modified
+/* All the DVB attach calls go here, this function gets modified
  * for each new card.
  */
 int saa7164_dvb_register(struct saa7164_port *port)
index 1da2cb3aaf0c5dcdd2369e4f046fbcd0855301da..78d716c93649a04fe5a56c258b415bdceefcc7a1 100644 (file)
@@ -1008,7 +1008,7 @@ unsigned int vpdma_get_list_mask(struct vpdma_data *vpdma, int irq_num)
 }
 EXPORT_SYMBOL(vpdma_get_list_mask);
 
-/* clear previously occurred list interupts in the LIST_STAT register */
+/* clear previously occurred list interrupts in the LIST_STAT register */
 void vpdma_clear_list_stat(struct vpdma_data *vpdma, int irq_num,
                           int list_num)
 {
index e1c218b23d9eff6e3444c636e8bdc340b6b63d56..3c8987af3772559bbdc71da511f7da6d1e3d94d6 100644 (file)
@@ -1047,7 +1047,7 @@ static void fm_irq_handle_intmsk_cmd_resp(struct fmdev *fmdev)
                clear_bit(FM_INTTASK_RUNNING, &fmdev->flag);
 }
 
-/* Returns availability of RDS data in internel buffer */
+/* Returns availability of RDS data in internal buffer */
 int fmc_is_rds_data_available(struct fmdev *fmdev, struct file *file,
                                struct poll_table_struct *pts)
 {
index d9093a3c57c5b275ad4e0956c17832f31e023e64..6e43028112d11b3fac52dca5435fb8fbdfe42b8d 100644 (file)
@@ -566,7 +566,7 @@ void au0828_dvb_unregister(struct au0828_dev *dev)
        dvb->frontend = NULL;
 }
 
-/* All the DVB attach calls go here, this function get's modified
+/* All the DVB attach calls go here, this function gets modified
  * for each new card. No other function in this file needs
  * to change.
  */
index 75b904d366212bcee498c76c0bfcfefe9d7b8c11..2ddcc42ab8ff59a0667e26e6c7970274e54a4bc2 100644 (file)
@@ -822,7 +822,7 @@ static int mipi_csis_parse_dt(struct platform_device *pdev,
        if (IS_ERR(state->mrst))
                return PTR_ERR(state->mrst);
 
-       /* Get MIPI CSI-2 bus configration from the endpoint node. */
+       /* Get MIPI CSI-2 bus configuration from the endpoint node. */
        of_property_read_u32(node, "fsl,csis-hs-settle", &state->hs_settle);
 
        return 0;