diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-11-14 13:28:18 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-11-14 13:28:18 -0500 |
commit | f7625980f5820edd1a73536e1a03bcbc1f889fec (patch) | |
tree | 145e76f39b3e1d08d3e7a48a0993c0cd59088cc6 /drivers/pci/hotplug/ibmphp.h | |
parent | 4fbf888accb39af423f271111d44e8186f053723 (diff) |
PCI: Fix whitespace, capitalization, and spelling errors
Fix whitespace, capitalization, and spelling errors. No functional change.
I know "busses" is not an error, but "buses" was more common, so I used it
consistently.
Signed-off-by: Marta Rybczynska <rybczynska@gmail.com> (pci_reset_bridge_secondary_bus())
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/pci/hotplug/ibmphp.h')
-rw-r--r-- | drivers/pci/hotplug/ibmphp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/pci/hotplug/ibmphp.h b/drivers/pci/hotplug/ibmphp.h index 8c5b25871d02..e3e46a7b3ee7 100644 --- a/drivers/pci/hotplug/ibmphp.h +++ b/drivers/pci/hotplug/ibmphp.h | |||
@@ -59,7 +59,7 @@ extern int ibmphp_debug; | |||
59 | 59 | ||
60 | 60 | ||
61 | /************************************************************ | 61 | /************************************************************ |
62 | * RESOURE TYPE * | 62 | * RESOURCE TYPE * |
63 | ************************************************************/ | 63 | ************************************************************/ |
64 | 64 | ||
65 | #define EBDA_RSRC_TYPE_MASK 0x03 | 65 | #define EBDA_RSRC_TYPE_MASK 0x03 |
@@ -103,7 +103,7 @@ extern int ibmphp_debug; | |||
103 | //-------------------------------------------------------------- | 103 | //-------------------------------------------------------------- |
104 | 104 | ||
105 | struct rio_table_hdr { | 105 | struct rio_table_hdr { |
106 | u8 ver_num; | 106 | u8 ver_num; |
107 | u8 scal_count; | 107 | u8 scal_count; |
108 | u8 riodev_count; | 108 | u8 riodev_count; |
109 | u16 offset; | 109 | u16 offset; |
@@ -127,7 +127,7 @@ struct scal_detail { | |||
127 | }; | 127 | }; |
128 | 128 | ||
129 | //-------------------------------------------------------------- | 129 | //-------------------------------------------------------------- |
130 | // RIO DETAIL | 130 | // RIO DETAIL |
131 | //-------------------------------------------------------------- | 131 | //-------------------------------------------------------------- |
132 | 132 | ||
133 | struct rio_detail { | 133 | struct rio_detail { |
@@ -152,7 +152,7 @@ struct opt_rio { | |||
152 | u8 first_slot_num; | 152 | u8 first_slot_num; |
153 | u8 middle_num; | 153 | u8 middle_num; |
154 | struct list_head opt_rio_list; | 154 | struct list_head opt_rio_list; |
155 | }; | 155 | }; |
156 | 156 | ||
157 | struct opt_rio_lo { | 157 | struct opt_rio_lo { |
158 | u8 rio_type; | 158 | u8 rio_type; |
@@ -161,7 +161,7 @@ struct opt_rio_lo { | |||
161 | u8 middle_num; | 161 | u8 middle_num; |
162 | u8 pack_count; | 162 | u8 pack_count; |
163 | struct list_head opt_rio_lo_list; | 163 | struct list_head opt_rio_lo_list; |
164 | }; | 164 | }; |
165 | 165 | ||
166 | /**************************************************************** | 166 | /**************************************************************** |
167 | * HPC DESCRIPTOR NODE * | 167 | * HPC DESCRIPTOR NODE * |
@@ -574,7 +574,7 @@ void ibmphp_hpc_stop_poll_thread(void); | |||
574 | #define HPC_CTLR_IRQ_PENDG 0x80 | 574 | #define HPC_CTLR_IRQ_PENDG 0x80 |
575 | 575 | ||
576 | //---------------------------------------------------------------------------- | 576 | //---------------------------------------------------------------------------- |
577 | // HPC_CTLR_WROKING status return codes | 577 | // HPC_CTLR_WORKING status return codes |
578 | //---------------------------------------------------------------------------- | 578 | //---------------------------------------------------------------------------- |
579 | #define HPC_CTLR_WORKING_NO 0x00 | 579 | #define HPC_CTLR_WORKING_NO 0x00 |
580 | #define HPC_CTLR_WORKING_YES 0x01 | 580 | #define HPC_CTLR_WORKING_YES 0x01 |