Commit 26b19005 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: a few more typos at staging, pci, platform, radio and usb



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: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent adf48e3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */
Loading