On Thu, Jan 5, 2023 at 5:03 PM Ioana Ciornei <[email protected]> wrote:
>
> Remove the instances in which we have multiple blank lines.
>
> Signed-off-by: Ioana Ciornei <[email protected]>
> ---
>  drivers/net/fsl-mc/mc.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/net/fsl-mc/mc.c b/drivers/net/fsl-mc/mc.c
> index 531835fbd503..f78f070aec1c 100644
> --- a/drivers/net/fsl-mc/mc.c
> +++ b/drivers/net/fsl-mc/mc.c
> @@ -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;
>  }
> --
> 2.25.1
>
Reviewed-by: Ramon Fried <[email protected]>

Reply via email to