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

staging: unisys: fix CamelCase struct name PciId

Fix CamelCase name:
PciId => pci_id
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bdb628d0
......@@ -148,7 +148,7 @@ struct InterruptInfo {
u8 reserved[3]; /* Natural alignment purposes */
};
struct PciId {
struct pci_id {
u16 Domain;
u8 Bus;
u8 Slot;
......
......@@ -118,7 +118,7 @@ struct extport_info {
*/
struct switch_info *swtch;
struct PciId pci_id;
struct pci_id pci_id;
char name[MAX_NAME_SIZE_UISQUEUE];
union {
struct vhba_wwnn wwnn;
......
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