This is automated cleanup via checkpatch, no functional change.
./scripts/checkpatch.pl --show-types -f drivers/net/eepro100.c
./scripts/checkpatch.pl --types INDENTED_LABEL -f --fix --fix-inplace drivers/net/eepro100.c
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
status = 0;
- Done:
+Done:
return status;
}
status = length;
- Done:
+Done:
return status;
}
OUTW(dev, SCB_M | RUC_START, SCBCmd);
}
- Done:
+Done:
return length;
}
OUTL(dev, 0, SCBPointer);
OUTW(dev, SCB_M | CU_ADDR_LOAD, SCBCmd);
- Done:
+Done:
return;
}