Fix the following error found by checkpatch.pl: CHECK: Please use a blank line after function/struct/union/enum declarations +}; +#define to_gb_bundle(d) container_of(d, struct gb_bundle, dev) Signed-off-by: Kamal Heib <kamalheib1@xxxxxxxxx> --- drivers/staging/greybus/bundle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/greybus/bundle.h b/drivers/staging/greybus/bundle.h index ffcfd43802cc..a69200c786d0 100644 --- a/drivers/staging/greybus/bundle.h +++ b/drivers/staging/greybus/bundle.h @@ -31,6 +31,7 @@ struct gb_bundle { struct list_head links; /* interface->bundles */ }; + #define to_gb_bundle(d) container_of(d, struct gb_bundle, dev) /* Greybus "private" definitions" */ -- 2.14.3 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel