staging: vchiq_arm: cleanup blank lines
authorGaston Gonzalez <gascoar@gmail.com>
Sun, 19 Sep 2021 21:59:11 +0000 (18:59 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Sep 2021 15:29:20 +0000 (17:29 +0200)
Remove unnecessary blank lines after open braces and before close
braces.

Reported by checkpatch.pl

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20210919215914.539805-5-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c

index 9464a47..778540f 100644 (file)
@@ -1218,7 +1218,6 @@ int vchiq_dump_platform_service_state(void *dump_context,
 struct vchiq_state *
 vchiq_get_state(void)
 {
-
        if (!g_state.remote)
                pr_err("%s: g_state.remote == NULL\n", __func__);
        else if (g_state.remote->initialised != 1)
@@ -1339,7 +1338,6 @@ vchiq_arm_init_state(struct vchiq_state *state,
 
                arm_state->state = state;
                arm_state->first_connect = 0;
-
        }
 }