staging: unisys: fix CamelCase struct name PciId

Fix CamelCase name:
PciId => pci_id

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Benjamin Romer
2014-10-03 14:09:09 -04:00
committed by Greg Kroah-Hartman
parent bdb628d080
commit c12ad837bf
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ struct InterruptInfo {
u8 reserved[3]; /* Natural alignment purposes */
};
struct PciId {
struct pci_id {
u16 Domain;
u8 Bus;
u8 Slot;

View File

@@ -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;