From: Dorine Tipo Date: Sun, 10 Mar 2024 10:47:14 +0000 (+0000) Subject: staging: greybus: Add blank line after struct declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8baa558953e9791d84a30e4d4a03667dd7123794;p=linux.git 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: Dorine Tipo Acked-by: Julia Lawall Link: https://lore.kernel.org/r/20240310104714.22224-1-dorine.a.tipo@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.c index bb33379b5297e..4313d3bbc23a5 100644 --- a/drivers/staging/greybus/loopback.c +++ b/drivers/staging/greybus/loopback.c @@ -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 */