LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix spelling typo of conditions
@ 2021-03-16  2:51 qiumibaozi_1
  2021-03-19  3:46 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: qiumibaozi_1 @ 2021-03-16  2:51 UTC (permalink / raw
  To: James.Bottomley, martin.petersen; +Cc: linux-scsi, linux-kernel, ganjisheng

From: ganjisheng <ganjisheng@yulong.com>

Signed-off-by: ganjisheng <ganjisheng@yulong.com>
---
 drivers/scsi/53c700.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c
index 3242ff6..4fd91f8 100644
--- a/drivers/scsi/53c700.c
+++ b/drivers/scsi/53c700.c
@@ -980,7 +980,7 @@ struct Scsi_Host *
 			NCR_700_set_tag_neg_state(SCp->device,
 						  NCR_700_FINISHED_TAG_NEGOTIATION);
 			
-		/* check for contingent allegiance contitions */
+		/* check for contingent allegiance conditions */
 		if(status_byte(hostdata->status[0]) == CHECK_CONDITION ||
 		   status_byte(hostdata->status[0]) == COMMAND_TERMINATED) {
 			struct NCR_700_command_slot *slot =
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix spelling typo of conditions
  2021-03-16  2:51 [PATCH] Fix spelling typo of conditions qiumibaozi_1
@ 2021-03-19  3:46 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-03-19  3:46 UTC (permalink / raw
  To: qiumibaozi_1, James.Bottomley
  Cc: Martin K . Petersen, linux-scsi, linux-kernel, ganjisheng

On Tue, 16 Mar 2021 10:51:41 +0800, qiumibaozi_1@163.com wrote:

> 


Applied to 5.13/scsi-queue, thanks!

[1/1] Fix spelling typo of conditions
      https://git.kernel.org/mkp/scsi/c/ac5669bf79d9

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-19  3:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16  2:51 [PATCH] Fix spelling typo of conditions qiumibaozi_1
2021-03-19  3:46 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).