diff options
author | Dave Jiang <dave.jiang@intel.com> | 2011-03-26 20:14:07 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:00:36 -0400 |
commit | de728b7d72089330603819a74255a0469780fd0e (patch) | |
tree | c732f6ab8f103752cd62c3aa928dc0f98c3b2852 /drivers/scsi/isci/probe_roms.h | |
parent | 2828dc0b55da8937439121eaa82e9ee80c520f53 (diff) |
isci: Remove "screaming" data types
Converting the all CAPS data types to lower case.
Reported-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/probe_roms.h')
-rw-r--r-- | drivers/scsi/isci/probe_roms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/probe_roms.h b/drivers/scsi/isci/probe_roms.h index c2162cf12056..f07935844bbd 100644 --- a/drivers/scsi/isci/probe_roms.h +++ b/drivers/scsi/isci/probe_roms.h | |||
@@ -111,7 +111,7 @@ struct isci_oem_hdr { | |||
111 | * A PORT_PHY mask that assigns just a single PHY to a port and no other PHYs | 111 | * A PORT_PHY mask that assigns just a single PHY to a port and no other PHYs |
112 | * being assigned is sufficient to declare manual PORT configuration. | 112 | * being assigned is sufficient to declare manual PORT configuration. |
113 | */ | 113 | */ |
114 | enum SCIC_PORT_CONFIGURATION_MODE { | 114 | enum scic_port_configuration_mode { |
115 | SCIC_PORT_MANUAL_CONFIGURATION_MODE = 0, | 115 | SCIC_PORT_MANUAL_CONFIGURATION_MODE = 0, |
116 | SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE = 1 | 116 | SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE = 1 |
117 | }; | 117 | }; |