Skip to content

Commit ac0b096

Browse files
lategoodbyegregkh
authored andcommitted
staging: vchiq_core: Drop unnecessary blank lines
checkpatch.pl noticed CHECK: Please don't use multiple blank lines So drop them. Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Umang Jain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 001a3df commit ac0b096

File tree

1 file changed

+0
-2
lines changed
  • drivers/staging/vc04_services/interface/vchiq_arm

1 file changed

+0
-2
lines changed

drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,6 @@ queue_message_sync(struct vchiq_state *state, struct vchiq_service *service,
11901190
header->size = size;
11911191
header->msgid = msgid;
11921192

1193-
11941193
svc_fourcc = service ? service->base.fourcc
11951194
: VCHIQ_MAKE_FOURCC('?', '?', '?', '?');
11961195

@@ -1616,7 +1615,6 @@ parse_message(struct vchiq_state *state, struct vchiq_header *header)
16161615
break;
16171616
}
16181617

1619-
16201618
svc_fourcc = service ? service->base.fourcc
16211619
: VCHIQ_MAKE_FOURCC('?', '?', '?', '?');
16221620

0 commit comments

Comments
 (0)