mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
staging: vchiq_arm: removes multiple blank lines
Removes multiple blank lines to adhere to kernel coding style. No functional changes intended in this patch. Signed-off-by: Danilo Pereira <dpereira@lkcamp.dev> Link: https://lore.kernel.org/r/20241012233931.30720-1-dpereira@lkcamp.dev Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
469855cc05
commit
2bf280c30e
@@ -106,7 +106,6 @@ struct vchiq_arm_state {
|
||||
int first_connect;
|
||||
};
|
||||
|
||||
|
||||
static int
|
||||
vchiq_blocking_bulk_transfer(struct vchiq_instance *instance, unsigned int handle, void *data,
|
||||
unsigned int size, enum vchiq_bulk_dir dir);
|
||||
@@ -309,9 +308,6 @@ static struct vchiq_arm_state *vchiq_platform_get_arm_state(struct vchiq_state *
|
||||
return (struct vchiq_arm_state *)state->platform_state;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void vchiq_dump_platform_state(struct seq_file *f)
|
||||
{
|
||||
seq_puts(f, " Platform: 2835 (VC master)\n");
|
||||
|
||||
Reference in New Issue
Block a user