From mboxrd@z Thu Jan 1 00:00:00 1970 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 CDAD8C43334 for ; Fri, 22 Jul 2022 09:49:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234760AbiGVJtc (ORCPT ); Fri, 22 Jul 2022 05:49:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235652AbiGVJtG (ORCPT ); Fri, 22 Jul 2022 05:49:06 -0400 Received: from mail-m971.mail.163.com (mail-m971.mail.163.com [123.126.97.1]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 683B6AFB62; Fri, 22 Jul 2022 02:46:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=ZoaVv ty61oVOiUBEGpTVCP6qI73nQTJjPR5+2w5YZhs=; b=SapaBDIHbimHx0kyftjMg GZMQOeTaw2MIaTtimBHwjcRv1vaSpXT7WeimYSJ0y8BtRSZQhmV9Mfh/6Tk7Xda4 4rYK/jeEYfWKrLMn91O3/LTOQhQ6oWD+rB1ZvNyBhwMnt6BlNGEO+ioWeskdL2Qi pqOp7pAu5xVGFQgJr5VAM8= Received: from localhost.localdomain (unknown [112.97.59.29]) by smtp1 (Coremail) with SMTP id GdxpCgDH+pblcdpi0jorPw--.3321S2; Fri, 22 Jul 2022 17:46:15 +0800 (CST) From: Slark Xiao To: jejb@linux.ibm.com, martin.petersen@oracle.com, jinpu.wang@cloud.ionos.com Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, Slark Xiao Subject: [PATCH] scsi: pm8001: Fix typo 'the the' in comment Date: Fri, 22 Jul 2022 17:46:12 +0800 Message-Id: <20220722094612.78583-1-slark_xiao@163.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: GdxpCgDH+pblcdpi0jorPw--.3321S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrZFWUWr4UJF45tFyrtw17trb_yoWDJrb_Z3 y7XFn3Kw1jyFZag34xCr1avrWjvFW8ZrsFvr42gr95uayfWw4DXF4kZFyxJFWrWayxG347 Xw1Fq3W0vw43CjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7sRtxRh3UUUUU== X-Originating-IP: [112.97.59.29] X-CM-SenderInfo: xvod2y5b0lt0i6rwjhhfrp/xtbBAx9GZGB0LoSzzgABs8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao --- drivers/scsi/pm8001/pm8001_hwi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c index 4acaff479916..91d78d0a38fe 100644 --- a/drivers/scsi/pm8001/pm8001_hwi.c +++ b/drivers/scsi/pm8001/pm8001_hwi.c @@ -3138,7 +3138,7 @@ int pm8001_mpi_local_phy_ctl(struct pm8001_hba_info *pm8001_ha, void *piomb) * * when HBA driver received the identify done event or initiate FIS received * event(for SATA), it will invoke this function to notify the sas layer that - * the sas toplogy has formed, please discover the the whole sas domain, + * the sas toplogy has formed, please discover the whole sas domain, * while receive a broadcast(change) primitive just tell the sas * layer to discover the changed domain rather than the whole domain. */ -- 2.25.1