Commit 8baa5589 authored by Dorine Tipo's avatar Dorine Tipo Committed by Greg Kroah-Hartman
Browse files

staging: greybus: Add blank line after struct declaration



Add a blank line after the loopback_class struct declaration to improve
code readability and adherence to coding style guidelines

Signed-off-by: default avatarDorine Tipo <dorine.a.tipo@gmail.com>
Acked-by: default avatarJulia Lawall <julia.lawall@inria.fr>
Link: https://lore.kernel.org/r/20240310104714.22224-1-dorine.a.tipo@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6594d9c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ struct gb_loopback {
static struct class loopback_class = {
	.name		= "gb_loopback",
};

static DEFINE_IDA(loopback_ida);

/* Min/max values in jiffies */