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:
parent
bdb628d080
commit
c12ad837bf
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue