Skip to content

Commit

Permalink
media: media/dvb-frontends: fix repeated words in comments
Browse files Browse the repository at this point in the history
Delete the redundant word 'in'.

Link: https://lore.kernel.org/linux-media/20220724073242.15279-1-wangjianli@cdjrlc.com
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
wangjianli authored and Mauro Carvalho Chehab committed Nov 25, 2022
1 parent bbffe6f commit 9b7de3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb-frontends/cxd2820r_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 9b7de3c

Please sign in to comment.