[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191005210046.27224-1-gabrielabittencourt00@gmail.com>
Date: Sat, 5 Oct 2019 18:00:46 -0300
From: Gabriela Bittencourt <gabrielabittencourt00@...il.com>
To: outreachy-kernel@...glegroups.com, johan@...nel.org,
elder@...nel.org, gregkh@...uxfoundation.org,
greybus-dev@...ts.linaro.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] staging: greybus: add blank line after declarations
Fix CHECK: add blank line after declarations
Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@...il.com>
---
drivers/staging/greybus/control.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h
index 3a29ec05f631..5a45d55349a1 100644
--- a/drivers/staging/greybus/control.h
+++ b/drivers/staging/greybus/control.h
@@ -24,6 +24,7 @@ struct gb_control {
char *vendor_string;
char *product_string;
};
+
#define to_gb_control(d) container_of(d, struct gb_control, dev)
struct gb_control *gb_control_create(struct gb_interface *intf);
--
2.20.1
Powered by blists - more mailing lists