mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 08:48:48 +00:00
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>
This commit is contained in:
parent
e23fd9812f
commit
1ce96bd366
@ -72,7 +72,6 @@ static int adf4350_sync_config(struct adf4350_state *st)
|
|||||||
for (i = ADF4350_REG5; i >= ADF4350_REG0; i--) {
|
for (i = ADF4350_REG5; i >= ADF4350_REG0; i--) {
|
||||||
if ((st->regs_hw[i] != st->regs[i]) ||
|
if ((st->regs_hw[i] != st->regs[i]) ||
|
||||||
((i == ADF4350_REG0) && doublebuf)) {
|
((i == ADF4350_REG0) && doublebuf)) {
|
||||||
|
|
||||||
switch (i) {
|
switch (i) {
|
||||||
case ADF4350_REG1:
|
case ADF4350_REG1:
|
||||||
case ADF4350_REG4:
|
case ADF4350_REG4:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user