Commit 3e4d8f48 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: usb: fix several typos



Use codespell to fix lots of typos over frontends.

Manually verified to avoid false-positives.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent dda1bb4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ static void au0828_media_graph_notify(struct media_entity *new,
	if (!new) {
		/*
		 * Called during au0828 probe time to connect
		 * entites that were created prior to registering
		 * entities that were created prior to registering
		 * the notify handler. Find mixer and decoder.
		*/
		media_device_for_each_entity(entity, dev->media_dev) {
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@

#define AU0828_INTERLACED_DEFAULT       1

/* Defination for AU0828 USB transfer */
/* Definition for AU0828 USB transfer */
#define AU0828_MAX_ISO_BUFS    12  /* maybe resize this value in the future */
#define AU0828_ISO_PACKETS_PER_URB      128

+1 −1
Original line number Diff line number Diff line
@@ -2987,7 +2987,7 @@ int cx231xx_gpio_i2c_write_ack(struct cx231xx *dev)
{
	int status = 0;

	/* set SDA to ouput */
	/* set SDA to output */
	dev->gpio_dir |= 1 << dev->board.tuner_sda_gpio;
	status = cx231xx_set_gpio_bit(dev, dev->gpio_dir, dev->gpio_val);

+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ enum TS_PORT{
#define EAVP_MASK       0x8
enum EAV_PRESENT{
	NO_EXTERNAL_AV = 0x0,	/* 0: No External A/V inputs
						(no need for i2s blcok),
						(no need for i2s block),
						Analog Tuner must be present */
	EXTERNAL_AV = 0x8	/* 1: External A/V inputs
						present (requires i2s blk) */
+1 −1
Original line number Diff line number Diff line
@@ -646,7 +646,7 @@ struct cx231xx {
	/* frame properties */
	int width;		/* current frame width */
	int height;		/* current frame height */
	int interlaced;		/* 1=interlace fileds, 0=just top fileds */
	int interlaced;		/* 1=interlace fields, 0=just top fields */

	struct cx231xx_audio adev;

Loading