mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
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 <roheetchavan@gmail.com> Link: https://lore.kernel.org/r/20241029063901.1857067-1-roheetchavan@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
037f9a6df3
commit
b803af197f
|
|
@ -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 @@ vchiq_queue_message(struct vchiq_instance *instance, unsigned int handle,
|
|||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user