[media] staging: media: bcm2048: fix coding style error
Simple style fix (checkpatch.pl: "space prohibited before that ','"). For the eudyptula challenge (http://eudyptula-challenge.org/). Signed-off-by: Christian F. Resell <christian.resell@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
bf9025f3e0
commit
5937a784c3
1 changed files with 1 additions and 1 deletions
|
@ -2707,7 +2707,7 @@ static int __exit bcm2048_i2c_driver_remove(struct i2c_client *client)
|
||||||
* bcm2048_i2c_driver - i2c driver interface
|
* bcm2048_i2c_driver - i2c driver interface
|
||||||
*/
|
*/
|
||||||
static const struct i2c_device_id bcm2048_id[] = {
|
static const struct i2c_device_id bcm2048_id[] = {
|
||||||
{ "bcm2048" , 0 },
|
{ "bcm2048", 0 },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(i2c, bcm2048_id);
|
MODULE_DEVICE_TABLE(i2c, bcm2048_id);
|
||||||
|
|
Loading…
Add table
Reference in a new issue