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

staging: iio: adc: remove multiple blank lines

Remove multiple blank lines since there is no practical reason
to have it

Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ioana Ciornei and committed by
Greg Kroah-Hartman
253ed684 779c123e

-6
-1
drivers/staging/iio/adc/ad7192.c
··· 88 88 #define AD7192_CLK_INT_CO 3 /* Internal 4.92 MHz Clock available 89 89 * at the MCLK2 pin */ 90 90 91 - 92 91 /* Configuration Register Bit Designations (AD7192_REG_CONF) */ 93 92 94 93 #define AD7192_CONF_CHOP BIT(23) /* CHOP enable */
-1
drivers/staging/iio/adc/ad7280a.c
··· 769 769 ad7280_write_channel_config, 770 770 AD7280A_AUX_ADC_OVERVOLTAGE); 771 771 772 - 773 772 static struct attribute *ad7280_event_attributes[] = { 774 773 &iio_dev_attr_in_thresh_low_value.dev_attr.attr, 775 774 &iio_dev_attr_in_thresh_high_value.dev_attr.attr,
-1
drivers/staging/iio/adc/ad7780.c
··· 206 206 indio_dev->info = &ad7780_info; 207 207 208 208 if (pdata && gpio_is_valid(pdata->gpio_pdrst)) { 209 - 210 209 ret = devm_gpio_request_one(&spi->dev, 211 210 pdata->gpio_pdrst, 212 211 GPIOF_OUT_INIT_LOW,
-3
drivers/staging/iio/adc/ad7816.c
··· 38 38 #define AD7816_TEMP_FLOAT_OFFSET 2 39 39 #define AD7816_TEMP_FLOAT_MASK 0x3 40 40 41 - 42 41 /* 43 42 * struct ad7816_chip_info - chip specific information 44 43 */ ··· 68 69 return ret; 69 70 } 70 71 gpio_set_value(chip->rdwr_pin, 1); 71 - 72 72 73 73 if (chip->mode == AD7816_PD) { /* operating mode 2 */ 74 74 gpio_set_value(chip->convert_pin, 1); ··· 200 202 ad7816_show_channel, 201 203 ad7816_store_channel, 202 204 0); 203 - 204 205 205 206 static ssize_t ad7816_show_value(struct device *dev, 206 207 struct device_attribute *attr,