OSDN Git Service

[SCSI] qla4xxx: Fix comments in code
authorVikas Chaudhary <vikas.chaudhary@qlogic.com>
Mon, 16 Dec 2013 11:49:33 +0000 (06:49 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:19:12 +0000 (10:19 -0700)
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla4xxx/ql4_def.h

index aa67bb9..e9df4ad 100644 (file)
@@ -595,10 +595,10 @@ struct scsi_qla_host {
 #define DPC_AEN                                9 /* 0x00000200 */
 #define DPC_GET_DHCP_IP_ADDR           15 /* 0x00008000 */
 #define DPC_LINK_CHANGED               18 /* 0x00040000 */
-#define DPC_RESET_ACTIVE               20 /* 0x00040000 */
-#define DPC_HA_UNRECOVERABLE           21 /* 0x00080000 ISP-82xx only*/
-#define DPC_HA_NEED_QUIESCENT          22 /* 0x00100000 ISP-82xx only*/
-#define DPC_POST_IDC_ACK               23 /* 0x00200000 */
+#define DPC_RESET_ACTIVE               20 /* 0x00100000 */
+#define DPC_HA_UNRECOVERABLE           21 /* 0x00200000 ISP-82xx only*/
+#define DPC_HA_NEED_QUIESCENT          22 /* 0x00400000 ISP-82xx only*/
+#define DPC_POST_IDC_ACK               23 /* 0x00800000 */
 #define DPC_RESTORE_ACB                        24 /* 0x01000000 */
 
        struct Scsi_Host *host; /* pointer to host data */