Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: iio: adt7136: Remove unnecessary blank lines

This was reported by checkpatch.pl

Signed-off-by: Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Narcisa Ana Maria Vasile and committed by
Jonathan Cameron
fb4d75a9 755d0da4

-4
-4
drivers/staging/iio/addac/adt7316.c
··· 244 244 chip->config1 = config1; 245 245 246 246 return ret; 247 - 248 247 } 249 248 250 249 static ssize_t adt7316_store_enabled(struct device *dev, ··· 432 433 433 434 config2 = chip->config2 & (~ADT7316_AD_SINGLE_CH_MASK); 434 435 } 435 - 436 436 437 437 config2 |= data; 438 438 ··· 723 725 adt7316_store_AIN_internal_Vref, 724 726 0); 725 727 726 - 727 728 static ssize_t adt7316_show_enable_prop_DACA(struct device *dev, 728 729 struct device_attribute *attr, 729 730 char *buf) ··· 921 924 922 925 static IIO_DEVICE_ATTR(all_DAC_update_modes, 0444, 923 926 adt7316_show_all_DAC_update_modes, NULL, 0); 924 - 925 927 926 928 static ssize_t adt7316_store_update_DAC(struct device *dev, 927 929 struct device_attribute *attr,