Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0dce7f0 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG



Cc: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4fbf888a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -401,10 +401,10 @@ static int h_msb_read_page(struct memstick_dev *card,
			sizeof(struct ms_status_register)))
			return 0;

		msb->state = MSB_RP_RECIVE_STATUS_REG;
		msb->state = MSB_RP_RECEIVE_STATUS_REG;
		return 0;

	case MSB_RP_RECIVE_STATUS_REG:
	case MSB_RP_RECEIVE_STATUS_REG:
		msb->regs.status = *(struct ms_status_register *)mrq->data;
		msb->state = MSB_RP_SEND_OOB_READ;
		/* fallthrough */
+1 −1
Original line number Diff line number Diff line
@@ -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,