From: Christian Resell Date: Sat, 15 Nov 2014 19:43:37 +0000 (-0300) Subject: [media] staging: media: bcm2048: fix coding style error X-Git-Tag: v4.9.8~4959^2~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5937a784c3e5fe8fd1e201f42a2b1ece6c36a6c0;p=platform%2Fkernel%2Flinux-rpi3.git [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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c b/drivers/staging/media/bcm2048/radio-bcm2048.c index 2bba370..bdc6854 100644 --- a/drivers/staging/media/bcm2048/radio-bcm2048.c +++ b/drivers/staging/media/bcm2048/radio-bcm2048.c @@ -2707,7 +2707,7 @@ static int __exit bcm2048_i2c_driver_remove(struct i2c_client *client) * bcm2048_i2c_driver - i2c driver interface */ static const struct i2c_device_id bcm2048_id[] = { - { "bcm2048" , 0 }, + { "bcm2048", 0 }, { }, }; MODULE_DEVICE_TABLE(i2c, bcm2048_id);