mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
staging: vchiq_arm: cleanup blank lines
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0b45b94dd7
commit
376bc13aaf
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user