From: Bryan Thompson Date: Thu, 30 Oct 2014 20:18:45 +0000 (-0400) Subject: staging: unisys: virtpci: Add a blank line after the definition of driver_private X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=425ebd0aa35dcfc5fe2449ef3e1194e422f6f9b4;p=deliverable%2Flinux.git staging: unisys: virtpci: Add a blank line after the definition of driver_private Insert a blank line between the definition of the driver_private structure and the next statement. Signed-off-by: Bryan Thompson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers/staging/unisys/virtpci/virtpci.c index 52ec69f06b92..1f72103c7b9b 100644 --- a/drivers/staging/unisys/virtpci/virtpci.c +++ b/drivers/staging/unisys/virtpci/virtpci.c @@ -50,6 +50,7 @@ struct driver_private { struct module_kobject *mkobj; struct device_driver *driver; }; + #define to_driver(obj) container_of(obj, struct driver_private, kobj) /* bus_id went away in 2.6.30 - the size was 20 bytes, so we'll define