]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: iio: isl29018: remove blank line for consistency
authorBrian Masney <masneyb@onstation.org>
Mon, 10 Oct 2016 07:19:59 +0000 (03:19 -0400)
committerJonathan Cameron <jic23@kernel.org>
Sun, 23 Oct 2016 18:33:43 +0000 (19:33 +0100)
Remove blank line between MODULE_DEVICE_TABLE() and its corresponding
structure for consistency with the other device table entries.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/isl29018.c

index 6b6c761c801dc66214ab1a9d623007b3a2415d46..917dd8b43e72d590d3d60a87403c17371ed3acb1 100644 (file)
@@ -821,7 +821,6 @@ static const struct i2c_device_id isl29018_id[] = {
        {"isl29035", isl29035},
        {}
 };
-
 MODULE_DEVICE_TABLE(i2c, isl29018_id);
 
 static const struct of_device_id isl29018_of_match[] = {