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

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

Delete the redundant word 'in'.

Link: https://lore.kernel.org/linux-media/20220724073242.15279-1-wangjianli@cdjrlc.comSigned-off-by: default avatarwangjianli <wangjianli@cdjrlc.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent bbffe6f6
...@@ -628,7 +628,7 @@ static int cxd2820r_probe(struct i2c_client *client) ...@@ -628,7 +628,7 @@ static int cxd2820r_probe(struct i2c_client *client)
/* /*
* Chip has two I2C addresses for different register banks. We register * 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. * register bank.
*/ */
priv->client[1] = i2c_new_dummy_device(client->adapter, client->addr | (1 << 1)); priv->client[1] = i2c_new_dummy_device(client->adapter, client->addr | (1 << 1));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment