From: Rohit Chavan Date: Tue, 29 Oct 2024 06:39:01 +0000 (+0530) Subject: staging: vchiq_core: Remove unnecessary blank lines X-Git-Tag: v6.13-rc1~30^2~76 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b803af197f0ec8d2223e1887efaf04c8ff57e7dd;p=linux-block.git staging: vchiq_core: Remove unnecessary blank lines This commit cleans up the formatting in by removing extraneous blank lines, improving code readability without changing functionality. Signed-off-by: Rohit Chavan Link: https://lore.kernel.org/r/20241029063901.1857067-1-roheetchavan@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c index 9e56e34ca4d9..da18c77f3cab 100644 --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c @@ -3486,7 +3486,6 @@ vchiq_bulk_xfer_blocking(struct vchiq_instance *instance, unsigned int handle, if (vchiq_check_service(service)) goto error_exit; - status = vchiq_bulk_xfer_queue_msg_killable(service, bulk_params); error_exit: @@ -3624,7 +3623,6 @@ error_exit: int vchiq_queue_kernel_message(struct vchiq_instance *instance, unsigned int handle, void *data, unsigned int size) { - return vchiq_queue_message(instance, handle, memcpy_copy_callback, data, size); }