From patchwork Tue Jun 21 16:26:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Jian X-Patchwork-Id: 584551 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 604C9C43334 for ; Tue, 21 Jun 2022 16:26:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352339AbiFUQ06 (ORCPT ); Tue, 21 Jun 2022 12:26:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350323AbiFUQ05 (ORCPT ); Tue, 21 Jun 2022 12:26:57 -0400 Received: from smtpbg.qq.com (smtpbg136.qq.com [106.55.201.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23A192D1C0; Tue, 21 Jun 2022 09:26:52 -0700 (PDT) X-QQ-mid: bizesmtp62t1655828799t1g18qmh Received: from ubuntu.localdomain ( [106.117.99.68]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 22 Jun 2022 00:26:34 +0800 (CST) X-QQ-SSF: 0100000000700090B000B00A0000000 X-QQ-FEAT: KohptFNNdqCwupxfi+VXJS3+/HQdqDzx69QHmumwNzSso0DtdFwGPiu+uvOZ/ iKhOdW3u05OnYtgFae1e7SByFhae1lQk1SIhau4xALOVViwkjEHTXlBK6kNLH75H4c7lo/C 88pSxPHnZYAAO1SmXpanAzE5hIUzTI5ifILjKKrxWNYgq5Abl2nCikMT1GXIiGiYKCkRs8y uH2CrhuVZbyffHIxV7klYAi3bDzbNRcwD9hI7up5P8pqSMTHJUs9AMqq834SbWUkJXGuQ5X C66JlAtukzX4gu7+C4eYJvLEXGs1EjnvhD3cR9IoTTrAJEGgMS6qZ8HFWCI9KphhnfOM93g nJHg/hP3Po62yytVpc= X-QQ-GoodBg: 0 From: Jiang Jian To: willy@infradead.org, jejb@linux.ibm.com, martin.petersen@oracle.com Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] scsi: sym53c8xx_2: Remove duplicate 'with' in two places. Date: Wed, 22 Jun 2022 00:26:31 +0800 Message-Id: <20220621162631.25353-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam7 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org file: drivers/scsi/sym53c8xx_2/sym_hipd.c line: 3601 * Gerard's alchemy:) that deals with with the data changed to * Gerard's alchemy:) that deals with the data Signed-off-by: Jiang Jian --- drivers/scsi/sym53c8xx_2/sym_hipd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.c b/drivers/scsi/sym53c8xx_2/sym_hipd.c index 255a2d48d421..d5a3808d8917 100644 --- a/drivers/scsi/sym53c8xx_2/sym_hipd.c +++ b/drivers/scsi/sym53c8xx_2/sym_hipd.c @@ -3598,7 +3598,7 @@ static void sym_sir_task_recovery(struct sym_hcb *np, int num) } /* - * Gerard's alchemy:) that deals with with the data + * Gerard's alchemy:) that deals with the data * pointer for both MDP and the residual calculation. * * I didn't want to bloat the code by more than 200