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

iio: frequency: adf4350: Delete blank line

This patch removes an unnecessary blank line
found by checkpatch.pl --strict:
Blank lines aren't necessary after an open brace '{'.

Signed-off-by: Ana Calinov <ana.calinov@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Ana Calinov and committed by
Jonathan Cameron
1ce96bd3 e23fd981

-1
-1
drivers/iio/frequency/adf4350.c
··· 72 72 for (i = ADF4350_REG5; i >= ADF4350_REG0; i--) { 73 73 if ((st->regs_hw[i] != st->regs[i]) || 74 74 ((i == ADF4350_REG0) && doublebuf)) { 75 - 76 75 switch (i) { 77 76 case ADF4350_REG1: 78 77 case ADF4350_REG4: