mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 00:42:16 +00:00
staging: rts5139: Fix typo in rts5139
Correct spelling typo in rts5139/rts51x_chip.h, rts51x_scsi.h Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
60ebf60b61
commit
0cf5755f00
@ -204,7 +204,7 @@ struct trace_msg_t {
|
||||
/*---- error code ----*/
|
||||
#define CUR_ERR 0x70 /* current error */
|
||||
|
||||
/*---- sense key Infomation ----*/
|
||||
/*---- sense key Information ----*/
|
||||
|
||||
#define SKSV 0x80
|
||||
#define CDB_ILLEGAL 0x40
|
||||
|
@ -73,7 +73,7 @@
|
||||
#define GET_BATCHRSP 0x44
|
||||
|
||||
#ifdef SUPPORT_CPRM
|
||||
/* SD Pass Through Command Extention */
|
||||
/* SD Pass Through Command Extension */
|
||||
#define SD_PASS_THRU_MODE 0xD0
|
||||
#define SD_EXECUTE_NO_DATA 0xD1
|
||||
#define SD_EXECUTE_READ 0xD2
|
||||
|
Loading…
Reference in New Issue
Block a user