]> Git Repo - u-boot.git/commitdiff
drivers: net: fsl-mc: do not use multiple blank lines
authorIoana Ciornei <[email protected]>
Thu, 5 Jan 2023 15:03:21 +0000 (17:03 +0200)
committerTom Rini <[email protected]>
Thu, 2 Feb 2023 19:44:53 +0000 (14:44 -0500)
Remove the instances in which we have multiple blank lines.

Signed-off-by: Ioana Ciornei <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
drivers/net/fsl-mc/mc.c

index d33a39dca9bd114088ea8a3db77e580afecf0726..4f84403d956caea188cf3952f0afe9ca3fd8cd25 100644 (file)
@@ -526,7 +526,6 @@ static int load_mc_dpc(u64 mc_ram_addr, size_t mc_ram_size, u64 mc_dpc_addr)
        return 0;
 }
 
-
 static int mc_fixup_dpl(u64 dpl_addr)
 {
        void *blob = (void *)dpl_addr;
@@ -698,7 +697,6 @@ static int wait_for_mc(bool booting_mc, u32 *final_reg_gsr)
                printf("SUCCESS\n");
        }
 
-
        *final_reg_gsr = reg_gsr;
        return 0;
 }
This page took 0.039352 seconds and 4 git commands to generate.