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 <wahrenst@gmx.net> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Link: https://lore.kernel.org/r/20240425165852.6681-5-wahrenst@gmx.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
001a3df620
commit
ac0b096351
@ -1190,7 +1190,6 @@ queue_message_sync(struct vchiq_state *state, struct vchiq_service *service,
|
||||
header->size = size;
|
||||
header->msgid = msgid;
|
||||
|
||||
|
||||
svc_fourcc = service ? service->base.fourcc
|
||||
: VCHIQ_MAKE_FOURCC('?', '?', '?', '?');
|
||||
|
||||
@ -1616,7 +1615,6 @@ parse_message(struct vchiq_state *state, struct vchiq_header *header)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
svc_fourcc = service ? service->base.fourcc
|
||||
: VCHIQ_MAKE_FOURCC('?', '?', '?', '?');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user