mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
Staging: iio: meter: Add blank line after declarations
This patch adds a blank line after declarations found by checkpatch warning. Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f6f0a3ab16
commit
1592bfd203
@ -340,6 +340,7 @@ static int ade7754_set_irq(struct device *dev, bool enable)
|
||||
{
|
||||
int ret;
|
||||
u16 irqen;
|
||||
|
||||
ret = ade7754_spi_read_reg_16(dev, ADE7754_IRQEN, &irqen);
|
||||
if (ret)
|
||||
goto error_ret;
|
||||
@ -399,6 +400,7 @@ static ssize_t ade7754_read_frequency(struct device *dev,
|
||||
int ret;
|
||||
u8 t;
|
||||
int sps;
|
||||
|
||||
ret = ade7754_spi_read_reg_8(dev,
|
||||
ADE7754_WAVMODE,
|
||||
&t);
|
||||
|
Loading…
Reference in New Issue
Block a user