staging: unisys: fix CamelCase struct name PciId
authorBenjamin Romer <benjamin.romer@unisys.com>
Fri, 3 Oct 2014 18:09:09 +0000 (14:09 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:05 +0000 (10:29 +0800)
Fix CamelCase name:
PciId => pci_id

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
drivers/staging/unisys/include/uisqueue.h

index d08c198..8c32be2 100644 (file)
@@ -148,7 +148,7 @@ struct InterruptInfo {
        u8 reserved[3]; /* Natural alignment purposes */
 };
 
-struct PciId {
+struct pci_id {
        u16 Domain;
        u8 Bus;
        u8 Slot;
index 04f51e6..8c307cf 100644 (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;