diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2014-12-30 13:57:53 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-01 07:11:09 -0500 |
commit | b0868df4339fabf3dee680818f3193af352aa25d (patch) | |
tree | 555f874c6cdb66b85646c9acab076ba63f914104 | |
parent | e37156ec85f28b9008c7d8366ef0f936da018943 (diff) |
iio: accel: kxcjk-1013: Add a blank line after declarations
This patch fixes the following checkpatch.pl warning:
WARNING: Missing a blank line after declarations
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r-- | drivers/iio/accel/kxcjk-1013.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c index a5e7d30bc368..09902f4efc5e 100644 --- a/drivers/iio/accel/kxcjk-1013.c +++ b/drivers/iio/accel/kxcjk-1013.c | |||
@@ -1141,6 +1141,7 @@ static const char *kxcjk1013_match_acpi_device(struct device *dev, | |||
1141 | bool *is_smo8500_device) | 1141 | bool *is_smo8500_device) |
1142 | { | 1142 | { |
1143 | const struct acpi_device_id *id; | 1143 | const struct acpi_device_id *id; |
1144 | |||
1144 | id = acpi_match_device(dev->driver->acpi_match_table, dev); | 1145 | id = acpi_match_device(dev->driver->acpi_match_table, dev); |
1145 | if (!id) | 1146 | if (!id) |
1146 | return NULL; | 1147 | return NULL; |