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 <bryan.thompson@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a6a39a7fcf
commit
425ebd0aa3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue