diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2013-11-15 02:30:39 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-15 04:32:13 +0400 |
commit | a0dce7f0ac66cdd5b653a3b059eb1382c2bdf8a0 (patch) | |
tree | 8dbd81fa0fdac80936ab18bf585763cd81038ace /drivers/memstick/core/ms_block.h | |
parent | 4fbf888accb39af423f271111d44e8186f053723 (diff) | |
download | linux-a0dce7f0ac66cdd5b653a3b059eb1382c2bdf8a0.tar.xz |
drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG
Cc: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/memstick/core/ms_block.h')
-rw-r--r-- | drivers/memstick/core/ms_block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memstick/core/ms_block.h b/drivers/memstick/core/ms_block.h index 96e637550988..c75198dbf139 100644 --- a/drivers/memstick/core/ms_block.h +++ b/drivers/memstick/core/ms_block.h @@ -223,7 +223,7 @@ enum msb_readpage_states { MSB_RP_RECEIVE_INT_REQ_RESULT, MSB_RP_SEND_READ_STATUS_REG, - MSB_RP_RECIVE_STATUS_REG, + MSB_RP_RECEIVE_STATUS_REG, MSB_RP_SEND_OOB_READ, MSB_RP_RECEIVE_OOB_READ, |