]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: vchiq_arm: removes multiple blank lines
authorDanilo Pereira <dpereira@lkcamp.dev>
Sat, 12 Oct 2024 23:37:40 +0000 (19:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2024 13:47:24 +0000 (15:47 +0200)
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c

index 27ceaac8f6cc5ebf2abfdf85a7ce36d36187dc69..29e78700463f237b8032a9f2ec491bd2b4cf489a 100644 (file)
@@ -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");