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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ struct InterruptInfo {
	u8 reserved[3];	/* Natural alignment purposes */
};

struct PciId {
struct pci_id {
	u16 Domain;
	u8 Bus;
	u8 Slot;
+1 −1
Original line number Diff line number Diff line
@@ -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;