summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Resell <christian.resell@gmail.com>2014-11-15 16:43:37 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-21 16:50:37 -0200
commit5937a784c3e5fe8fd1e201f42a2b1ece6c36a6c0 (patch)
tree91b8b76d9d8e3380606c817487326d2938d6398c
parentbf9025f3e099b8ebc5f68a8ab271d5b30041e52e (diff)
downloadlinux-stable-5937a784c3e5fe8fd1e201f42a2b1ece6c36a6c0.tar.gz
linux-stable-5937a784c3e5fe8fd1e201f42a2b1ece6c36a6c0.tar.bz2
linux-stable-5937a784c3e5fe8fd1e201f42a2b1ece6c36a6c0.zip
[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>
-rw-r--r--drivers/staging/media/bcm2048/radio-bcm2048.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c b/drivers/staging/media/bcm2048/radio-bcm2048.c
index 2bba370a47ca..bdc6854d8b53 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);