On 30/12/14 18:57, Roberta Dobrescu wrote: > This patch fixes the following checkpatch.pl warning: > WARNING: Missing a blank line after declarations > > Signed-off-by: Roberta Dobrescu <roberta.dobrescu@xxxxxxxxx> Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play. Thanks, Jonathan > --- > drivers/iio/accel/kxcjk-1013.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c > index da2fe93..b3a2da5 100644 > --- a/drivers/iio/accel/kxcjk-1013.c > +++ b/drivers/iio/accel/kxcjk-1013.c > @@ -1134,6 +1134,7 @@ static const char *kxcjk1013_match_acpi_device(struct device *dev, > enum kx_chipset *chipset) > { > const struct acpi_device_id *id; > + > id = acpi_match_device(dev->driver->acpi_match_table, dev); > if (!id) > return NULL; > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html