From patchwork Sat Oct 22 06:30:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wangjianli X-Patchwork-Id: 617626 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 690F2C433FE for ; Sat, 22 Oct 2022 06:30:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229916AbiJVGan (ORCPT ); Sat, 22 Oct 2022 02:30:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230017AbiJVGal (ORCPT ); Sat, 22 Oct 2022 02:30:41 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47189144081; Fri, 21 Oct 2022 23:30:37 -0700 (PDT) X-QQ-mid: bizesmtp86t1666420226tpx92jve Received: from localhost.localdomain ( [182.148.15.254]) by bizesmtp.qq.com (ESMTP) with id ; Sat, 22 Oct 2022 14:30:24 +0800 (CST) X-QQ-SSF: 01000000000000C0E000000A0000000 X-QQ-FEAT: bYR630AeiPgUi75IKyLX0aSIliXh5d/TrwZGIvRyXPXeK+TCh4L1FAb4mmw74 s8SHLTgs6qWwapc8hELjveYFbyi2GU0fLwNbHB4XFpcbvBDnXnkY/QzFfuKZDMop5L0NayY KxPCRl/qBa3PWExteZxlQwnqTqM6OtFos/cwCeYSaqOFzoItO83ydKQ+cXy50ZBbiUmc8Jm ZBylNvhaYt03Jzn0+iIm5yxW8+s7dc5tP34flrLJNQ8WwwGMI8Hy7VlpC29REAOy9rnQ5po PBWBYHtXq+COo+RXEsi1e5D0eO9df272jRK91hhMtyCfx29ZfBnEu8/2gt3j40u1U2EnAiD 6NKEfG+QvS73pINnMk6eHRHkB76idOsxd4ELh5+nCGtpY74VXFf0YhjRBR+Vw== X-QQ-GoodBg: 0 From: wangjianli To: artur.paszkiewicz@intel.com, jejb@linux.ibm.com, martin.petersen@oracle.com Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] scsi/isci: fix repeated words in comments Date: Sat, 22 Oct 2022 14:30:18 +0800 Message-Id: <20221022063018.19079-1-wangjianli@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr7 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Delete the redundant word 'the'. Signed-off-by: wangjianli --- drivers/scsi/isci/task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/isci/task.c b/drivers/scsi/isci/task.c index c514b20293b2..9a311a58c37c 100644 --- a/drivers/scsi/isci/task.c +++ b/drivers/scsi/isci/task.c @@ -67,7 +67,7 @@ /** * isci_task_refuse() - complete the request to the upper layer driver in * the case where an I/O needs to be completed back in the submit path. -* @ihost: host on which the the request was queued +* @ihost: host on which the request was queued * @task: request to complete * @response: response code for the completed task. * @status: status code for the completed task.