diff mbox series

[6/6] Fix spelling typo of is

Message ID 20210326030412.1656-1-qiumibaozi_1@163.com (mailing list archive)
State Accepted
Headers show
Series None | expand

Commit Message

qiumibaozi_1@163.com March 26, 2021, 3:04 a.m. UTC
From: ganjisheng <ganjisheng@yulong.com>

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

Comments

Martin K. Petersen April 2, 2021, 3:54 a.m. UTC | #1
On Fri, 26 Mar 2021 11:04:12 +0800, qiumibaozi_1@163.com wrote:

> 


Applied to 5.13/scsi-queue, thanks!

[6/6] Fix spelling typo of is
      https://git.kernel.org/mkp/scsi/c/ce0b6e388772
diff mbox series

Patch

diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c
index ec56278..e9516de 100644
--- a/drivers/scsi/advansys.c
+++ b/drivers/scsi/advansys.c
@@ -1812,7 +1812,7 @@ 
  * Field naming convention:
  *
  *  *_able indicates both whether a feature should be enabled or disabled
- *  and whether a device isi capable of the feature. At initialization
+ *  and whether a device is capable of the feature. At initialization
  *  this field may be set, but later if a device is found to be incapable
  *  of the feature, the field is cleared.
  */