iio: accel: kxcjk-1013: Add a blank line after declarations
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>
Tue, 30 Dec 2014 18:57:53 +0000 (20:57 +0200)
committerJonathan Cameron <jic23@kernel.org>
Thu, 1 Jan 2015 12:11:09 +0000 (12:11 +0000)
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>
drivers/iio/accel/kxcjk-1013.c

index a5e7d30bc368299563a136a3e72a4a1a4c6eb33b..09902f4efc5ea211af95dd1bb8a05d5c5edb34ec 100644 (file)
@@ -1141,6 +1141,7 @@ static const char *kxcjk1013_match_acpi_device(struct device *dev,
                                               bool *is_smo8500_device)
 {
        const struct acpi_device_id *id;
+
        id = acpi_match_device(dev->driver->acpi_match_table, dev);
        if (!id)
                return NULL;
This page took 0.025929 seconds and 5 git commands to generate.