From patchwork Wed Jun 22 15:43:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Jian X-Patchwork-Id: 584540 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3EB1C43334 for ; Wed, 22 Jun 2022 15:44:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237166AbiFVPoJ (ORCPT ); Wed, 22 Jun 2022 11:44:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233719AbiFVPoI (ORCPT ); Wed, 22 Jun 2022 11:44:08 -0400 Received: from smtpbg.qq.com (smtpbg138.qq.com [106.55.201.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CAA5824BEE; Wed, 22 Jun 2022 08:44:00 -0700 (PDT) X-QQ-mid: bizesmtp76t1655912586t6gfe52b Received: from ubuntu.localdomain ( [106.117.78.84]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 22 Jun 2022 23:43:02 +0800 (CST) X-QQ-SSF: 01000000008000B0C000E00A0000000 X-QQ-FEAT: HaQ7ngX2kzCMYYIAtkeLymuyO89n70SxXQaq2mBTCqmGM4CSsv4Hh3pVneDCt 0G9BM7D9q4yTTD99M67TfZ+9ufZ6wmM44I9xPuTojN3apBpNuRTvsk1tKPVK62lYsDk3OL+ XuCOt0zWeh3//ZfgyzPxXDHGq0qr0+pqAIpDm7dk/AyvsVElIoQuB6YYH/DKOd+iD/xqW2N fZhmFyEe3zxx3LKE/PysCeDlAOpaXiwUEAKCHzsHF5JtOcVVyhVnDpQpaV4lpnKVRfdvcUc XC/Epp+jsK1c9d71Cu5z5ZTGaqBDjySkF6CpUZoszk9N7qkRZATQK9tnxP0t4Xn7PZB1mv3 HC1aSuNevZKWjQhwNHfMAkJp6yi1OnErm2SAHGEtF67/K4fk0E= X-QQ-GoodBg: 0 From: Jiang Jian To: jejb@linux.ibm.com, martin.petersen@oracle.com Cc: artur.paszkiewicz@intel.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] scsi: isci: drop unexpected word 'is' in the comments Date: Wed, 22 Jun 2022 23:43:00 +0800 Message-Id: <20220622154300.5782-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam10 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org there is an unexpected word 'is' in the comments that need to be dropped file: drivers/scsi/isci/remote_device.h line: 211 * device. When there are no active IO for the device it is is in this changed to: * device. When there are no active IO for the device it is in this Signed-off-by: Jiang Jian --- drivers/scsi/isci/remote_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h index 3ad681c4c20a..dae5f6410a35 100644 --- a/drivers/scsi/isci/remote_device.h +++ b/drivers/scsi/isci/remote_device.h @@ -208,7 +208,7 @@ enum sci_status sci_remote_device_reset_complete( * This state is entered from the STARTING state. * * @SCI_STP_DEV_IDLE: This is the idle substate for the stp remote - * device. When there are no active IO for the device it is is in this + * device. When there are no active IO for the device it is in this * state. * * @SCI_STP_DEV_CMD: This is the command state for for the STP remote