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

Commit f66083c3 authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk
Browse files

drivers/block/: Spelling fixes



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 1967b7ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1453,7 +1453,7 @@ static int cciss_eh_device_reset_handler(struct scsi_cmnd *scsicmd)
	rc = sendcmd(CCISS_RESET_MSG, ctlr, NULL, 0, 2, 0, 0, 
	rc = sendcmd(CCISS_RESET_MSG, ctlr, NULL, 0, 2, 0, 0, 
		(unsigned char *) &cmd_in_trouble->Header.LUN.LunAddrBytes[0], 
		(unsigned char *) &cmd_in_trouble->Header.LUN.LunAddrBytes[0], 
		TYPE_MSG);
		TYPE_MSG);
	/* sendcmd turned off interrputs on the board, turn 'em back on. */
	/* sendcmd turned off interrupts on the board, turn 'em back on. */
	(*c)->access.set_intr_mask(*c, CCISS_INTR_ON);
	(*c)->access.set_intr_mask(*c, CCISS_INTR_ON);
	if (rc == 0)
	if (rc == 0)
		return SUCCESS;
		return SUCCESS;
@@ -1483,7 +1483,7 @@ static int cciss_eh_abort_handler(struct scsi_cmnd *scsicmd)
		0, 2, 0, 0, 
		0, 2, 0, 0, 
		(unsigned char *) &cmd_to_abort->Header.LUN.LunAddrBytes[0], 
		(unsigned char *) &cmd_to_abort->Header.LUN.LunAddrBytes[0], 
		TYPE_MSG);
		TYPE_MSG);
	/* sendcmd turned off interrputs on the board, turn 'em back on. */
	/* sendcmd turned off interrupts on the board, turn 'em back on. */
	(*c)->access.set_intr_mask(*c, CCISS_INTR_ON);
	(*c)->access.set_intr_mask(*c, CCISS_INTR_ON);
	if (rc == 0)
	if (rc == 0)
		return SUCCESS;
		return SUCCESS;