* [PATCH] media: a few more typos at staging, pci, platform, radio and usb
@ 2019-03-01 15:03 Mauro Carvalho Chehab
2019-03-01 16:07 ` Rui Miguel Silva
0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2019-03-01 15:03 UTC (permalink / raw)
Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
Mauro Carvalho Chehab, Andy Walls, Benoit Parrot,
Rui Miguel Silva, Steve Longerbeam, Philipp Zabel,
Greg Kroah-Hartman, Kees Cook, Hans Verkuil, Colin Ian King,
devel
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 | 2 +-
drivers/media/pci/saa7164/saa7164-dvb.c | 2 +-
drivers/media/platform/ti-vpe/vpdma.c | 2 +-
drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
drivers/media/usb/au0828/au0828-dvb.c | 2 +-
drivers/staging/media/imx/imx7-mipi-csis.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/media/pci/cx18/cx18-dvb.c b/drivers/media/pci/cx18/cx18-dvb.c
index 51ecbe350d0e..61452c50a9c3 100644
--- a/drivers/media/pci/cx18/cx18-dvb.c
+++ b/drivers/media/pci/cx18/cx18-dvb.c
@@ -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)
diff --git a/drivers/media/pci/saa7164/saa7164-dvb.c b/drivers/media/pci/saa7164/saa7164-dvb.c
index dfb118d7d1ec..3e73cb3c7e88 100644
--- a/drivers/media/pci/saa7164/saa7164-dvb.c
+++ b/drivers/media/pci/saa7164/saa7164-dvb.c
@@ -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)
diff --git a/drivers/media/platform/ti-vpe/vpdma.c b/drivers/media/platform/ti-vpe/vpdma.c
index 1da2cb3aaf0c..78d716c93649 100644
--- a/drivers/media/platform/ti-vpe/vpdma.c
+++ b/drivers/media/platform/ti-vpe/vpdma.c
@@ -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)
{
diff --git a/drivers/media/radio/wl128x/fmdrv_common.c b/drivers/media/radio/wl128x/fmdrv_common.c
index e1c218b23d9e..3c8987af3772 100644
--- a/drivers/media/radio/wl128x/fmdrv_common.c
+++ b/drivers/media/radio/wl128x/fmdrv_common.c
@@ -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)
{
diff --git a/drivers/media/usb/au0828/au0828-dvb.c b/drivers/media/usb/au0828/au0828-dvb.c
index d9093a3c57c5..6e43028112d1 100644
--- a/drivers/media/usb/au0828/au0828-dvb.c
+++ b/drivers/media/usb/au0828/au0828-dvb.c
@@ -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.
*/
diff --git a/drivers/staging/media/imx/imx7-mipi-csis.c b/drivers/staging/media/imx/imx7-mipi-csis.c
index 75b904d36621..2ddcc42ab8ff 100644
--- a/drivers/staging/media/imx/imx7-mipi-csis.c
+++ b/drivers/staging/media/imx/imx7-mipi-csis.c
@@ -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;
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] media: a few more typos at staging, pci, platform, radio and usb
2019-03-01 15:03 [PATCH] media: a few more typos at staging, pci, platform, radio and usb Mauro Carvalho Chehab
@ 2019-03-01 16:07 ` Rui Miguel Silva
0 siblings, 0 replies; 2+ messages in thread
From: Rui Miguel Silva @ 2019-03-01 16:07 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Media Mailing List, Mauro Carvalho Chehab, Andy Walls,
Benoit Parrot, Steve Longerbeam, Philipp Zabel,
Greg Kroah-Hartman, Kees Cook, Hans Verkuil, Colin Ian King,
devel
Hi Mauro,
On Fri 01 Mar 2019 at 15:03, Mauro Carvalho Chehab wrote:
> 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>
For the imx7 part:
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Thanks.
---
Cheers,
Rui
> ---
> drivers/media/pci/cx18/cx18-dvb.c | 2 +-
> drivers/media/pci/saa7164/saa7164-dvb.c | 2 +-
> drivers/media/platform/ti-vpe/vpdma.c | 2 +-
> drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
> drivers/media/usb/au0828/au0828-dvb.c | 2 +-
> drivers/staging/media/imx/imx7-mipi-csis.c | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/media/pci/cx18/cx18-dvb.c
> b/drivers/media/pci/cx18/cx18-dvb.c
> index 51ecbe350d0e..61452c50a9c3 100644
> --- a/drivers/media/pci/cx18/cx18-dvb.c
> +++ b/drivers/media/pci/cx18/cx18-dvb.c
> @@ -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)
> diff --git a/drivers/media/pci/saa7164/saa7164-dvb.c
> b/drivers/media/pci/saa7164/saa7164-dvb.c
> index dfb118d7d1ec..3e73cb3c7e88 100644
> --- a/drivers/media/pci/saa7164/saa7164-dvb.c
> +++ b/drivers/media/pci/saa7164/saa7164-dvb.c
> @@ -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)
> diff --git a/drivers/media/platform/ti-vpe/vpdma.c
> b/drivers/media/platform/ti-vpe/vpdma.c
> index 1da2cb3aaf0c..78d716c93649 100644
> --- a/drivers/media/platform/ti-vpe/vpdma.c
> +++ b/drivers/media/platform/ti-vpe/vpdma.c
> @@ -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)
> {
> diff --git a/drivers/media/radio/wl128x/fmdrv_common.c
> b/drivers/media/radio/wl128x/fmdrv_common.c
> index e1c218b23d9e..3c8987af3772 100644
> --- a/drivers/media/radio/wl128x/fmdrv_common.c
> +++ b/drivers/media/radio/wl128x/fmdrv_common.c
> @@ -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)
> {
> diff --git a/drivers/media/usb/au0828/au0828-dvb.c
> b/drivers/media/usb/au0828/au0828-dvb.c
> index d9093a3c57c5..6e43028112d1 100644
> --- a/drivers/media/usb/au0828/au0828-dvb.c
> +++ b/drivers/media/usb/au0828/au0828-dvb.c
> @@ -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.
> */
> diff --git a/drivers/staging/media/imx/imx7-mipi-csis.c
> b/drivers/staging/media/imx/imx7-mipi-csis.c
> index 75b904d36621..2ddcc42ab8ff 100644
> --- a/drivers/staging/media/imx/imx7-mipi-csis.c
> +++ b/drivers/staging/media/imx/imx7-mipi-csis.c
> @@ -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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-01 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01 15:03 [PATCH] media: a few more typos at staging, pci, platform, radio and usb Mauro Carvalho Chehab
2019-03-01 16:07 ` Rui Miguel Silva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox