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 */ u8 reserved[3]; /* Natural alignment purposes */
}; };
struct PciId { struct pci_id {
u16 Domain; u16 Domain;
u8 Bus; u8 Bus;
u8 Slot; u8 Slot;

View file

@ -118,7 +118,7 @@ struct extport_info {
*/ */
struct switch_info *swtch; struct switch_info *swtch;
struct PciId pci_id; struct pci_id pci_id;
char name[MAX_NAME_SIZE_UISQUEUE]; char name[MAX_NAME_SIZE_UISQUEUE];
union { union {
struct vhba_wwnn wwnn; struct vhba_wwnn wwnn;