Commit 61b27ac8 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix alignment in virtpci.h

Clean up misaligned indentation in virtpci.h.
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 55f714cd
...@@ -80,15 +80,15 @@ struct virtpci_driver { ...@@ -80,15 +80,15 @@ struct virtpci_driver {
const struct pci_device_id *id_table; /* must be non-NULL for probe const struct pci_device_id *id_table; /* must be non-NULL for probe
* to be called */ * to be called */
int (*probe)(struct virtpci_dev *dev, int (*probe)(struct virtpci_dev *dev,
const struct pci_device_id *id); /* device inserted */ const struct pci_device_id *id); /* device inserted */
void (*remove)(struct virtpci_dev *dev); /* Device removed (NULL if void (*remove)(struct virtpci_dev *dev); /* Device removed (NULL if
* not a hot-plug capable * not a hot-plug capable
* driver) */ * driver) */
int (*suspend)(struct virtpci_dev *dev, int (*suspend)(struct virtpci_dev *dev,
u32 state); /* Device suspended */ u32 state); /* Device suspended */
int (*resume)(struct virtpci_dev *dev); /* Device woken up */ int (*resume)(struct virtpci_dev *dev); /* Device woken up */
int (*enable_wake)(struct virtpci_dev *dev, int (*enable_wake)(struct virtpci_dev *dev,
u32 state, int enable); /* Enable wake event */ u32 state, int enable); /* Enable wake event */
struct device_driver core_driver; /* VIRTPCI core fills this in */ struct device_driver core_driver; /* VIRTPCI core fills this in */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment