From patchwork Thu Jun 22 01:26:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yueh-Shun Li X-Patchwork-Id: 696142 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 4A241C0015E for ; Thu, 22 Jun 2023 01:32:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229806AbjFVBcw (ORCPT ); Wed, 21 Jun 2023 21:32:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230012AbjFVBcu (ORCPT ); Wed, 21 Jun 2023 21:32:50 -0400 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC1D31BFA for ; Wed, 21 Jun 2023 18:32:43 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 9DC1A240107 for ; Thu, 22 Jun 2023 03:32:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1687397562; bh=GKtOed9BmMvqskcyFbDK1sPmS6WF3XBkk8yXvuNWUbY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=dqwOARtvLqk6QjqCZzRf1A9Cb7QJatG9jEA7sCc4rVtQSuZuszhF7NqPFPrY++huU GZrEASS+ZEl+A1tvSWjsHEGutpxICMmhoRBrB7H/2tEgLQGPUONvFoON5AKcoiGQjT DqpQkt1AeMByfXNnd68Uaen55YvsOhQdY+YoPLOoB7/V66557BtnxeYhqQmWjLRkxN A64ltCjbby9MiM/7+1IcJvXemFom3STActCAjjhcKqIrCgGsGp59sWtuOgloLXtDTG P6mIJO5CdwG/NmV8lFXxk2CtFouWTiA0xXZGglqS0H/MSEtkqJvtHAKGhwpPNZDodG 0jH17Xtku+V1g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QmjXz26fmz6twX; Thu, 22 Jun 2023 03:32:35 +0200 (CEST) From: Yueh-Shun Li To: Jason Gunthorpe , Leon Romanovsky , Tony Nguyen , "David S . Miller" , Kalle Valo , "James E . J . Bottomley" , Jakub Kicinski , Paolo Abeni , Andy Whitcroft , Joe Perches Cc: linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, mptcp@lists.linux.dev, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Yueh-Shun Li Subject: [PATCH 4/8] scsi: fix comment typo Date: Thu, 22 Jun 2023 01:26:29 +0000 Message-Id: <20230622012627.15050-5-shamrocklee@posteo.net> In-Reply-To: <20230622012627.15050-1-shamrocklee@posteo.net> References: <20230622012627.15050-1-shamrocklee@posteo.net> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Spell "transmitting" properly. Found by searching for keyword "tranm". Signed-off-by: Yueh-Shun Li --- drivers/scsi/isci/scu_task_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/isci/scu_task_context.h b/drivers/scsi/isci/scu_task_context.h index 869a979eb5b2..582d22d54689 100644 --- a/drivers/scsi/isci/scu_task_context.h +++ b/drivers/scsi/isci/scu_task_context.h @@ -845,7 +845,7 @@ struct scu_task_context { /** * This field is used by the SCU TL to determine when to take a snapshot when - * tranmitting read data frames. + * transmitting read data frames. * - 0x00 The entire IO * - 0x01 32k * - 0x02 64k