Commit 9b7de3c2 authored by wangjianli's avatar wangjianli Committed by Mauro Carvalho Chehab
Browse files

media: media/dvb-frontends: fix repeated words in comments

parent bbffe6f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -628,7 +628,7 @@ static int cxd2820r_probe(struct i2c_client *client)

	/*
	 * Chip has two I2C addresses for different register banks. We register
	 * one dummy I2C client in in order to get own I2C client for each
	 * one dummy I2C client in order to get own I2C client for each
	 * register bank.
	 */
	priv->client[1] = i2c_new_dummy_device(client->adapter, client->addr | (1 << 1));