提交 c12ad837 编写于 作者: B Benjamin Romer 提交者: Greg Kroah-Hartman

staging: unisys: fix CamelCase struct name PciId

Fix CamelCase name:
PciId => pci_id
Signed-off-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bdb628d0
...@@ -148,7 +148,7 @@ struct InterruptInfo { ...@@ -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;
......
...@@ -118,7 +118,7 @@ struct extport_info { ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册