Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipr: fix compile failure

Fix a typo in the IPR_IOASC_HW_CMD_FAILED declaration. Based on a patch
from Wen Xiong <wenxiong@linux.vnet.ibm.com>.

Signed-off-by: Christoph Hellwig <hch@lst.de>

+1 -1
+1 -1
drivers/scsi/ipr.h
··· 130 130 #define IPR_IOASC_HW_DEV_BUS_STATUS 0x04448500 131 131 #define IPR_IOASC_IOASC_MASK 0xFFFFFF00 132 132 #define IPR_IOASC_SCSI_STATUS_MASK 0x000000FF 133 - #define IPR_IOASC_HW_CMD_FAILEd 0x046E0000 133 + #define IPR_IOASC_HW_CMD_FAILED 0x046E0000 134 134 #define IPR_IOASC_IR_INVALID_REQ_TYPE_OR_PKT 0x05240000 135 135 #define IPR_IOASC_IR_RESOURCE_HANDLE 0x05250000 136 136 #define IPR_IOASC_IR_NO_CMDS_TO_2ND_IOA 0x05258100