Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2229376imm; Sun, 9 Sep 2018 19:35:46 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZbkTXSEgwmja6DUbHNqxYV1I8Jpx9gtwTlWA9kiyaNrjI7QWzQRdUMtzspVzZT9f+iMqoT X-Received: by 2002:a62:3909:: with SMTP id g9-v6mr21088455pfa.176.1536546945950; Sun, 09 Sep 2018 19:35:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536546945; cv=none; d=google.com; s=arc-20160816; b=jE8IsLltngKcUzm5ZhLwmYLNsRZv84hV2ESK7ZNO/mSqUNF/EpUb91mKa95eZPbaG+ dGCM/NTRPl8A5A00q3MGrusxRLTU/j61AilzQ/BNkF3wSx5VL3VxuDvc4aPCNNdFwTw6 nifilOUlOgssVbn0B003g1h6TD0Fc7nLCClhB/9KcBYmU4P2s7Zouuzpc8KtTIZuiu+F VzBQ7Cw2TP8rLrt3D4vCcJQMaO6io9xW4oVpkCisNRNt+D31wQdiffrMIgR1ei5/NrrL lcyFIzXa4XAbrzuK452aZiBzFm30/NkseCrDYCGxRLpVRr0Qa83lrwJt5FH3+xpFaJ2C EvmA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=jR6Lyz1wcS99cdDRIPUeGdMjRfTtN0oNK9YaVzyMtAg=; b=eiLdZOW4Ccpx8uLdGNKGKQGi7w47Nk6mT1iARGzhE3Ge9PZBp1IKSdmE+3MVDBo+gs 6d1/A8OJedtTIX3gBn8bL2jpprf0ZXaf5/PNBTY7vIZHVD55WdG9g54CCIJ/nRqFkdcJ lttTtQBfHFbgdbcLq5KaR/mVE9rwwPpP+IWvgKajKK4iQRgWnqb2i2ez+pGuyjY1Nidy xUWetIY4G3ysY+3yjXn25smfltV4BIEND35dlUmHwolhlbQ2Bd7ln3cAcbWsXYwrAf7F EtfvVTEnAOA8wEkI6GLoDuL5LUDpAJThgeFOf19NcGOS6sSFyYpFJDl06O7AaFTC+8NE sZ7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i135-v6si15750197pgc.154.2018.09.09.19.35.30; Sun, 09 Sep 2018 19:35:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726836AbeIJHZW (ORCPT + 99 others); Mon, 10 Sep 2018 03:25:22 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:47897 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725957AbeIJHZW (ORCPT ); Mon, 10 Sep 2018 03:25:22 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fz81O-0006kl-Qu; Sun, 09 Sep 2018 22:17:34 +0000 From: Colin King To: Sathya Prakash , Chaitra P B , Suganath Prabu Subramani , MPT-FusionLinux.pdl@broadcom.com, linux-scsi@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] scsi: message: fusion: fix a few trivial spelling mistakes Date: Sun, 9 Sep 2018 23:17:34 +0100 Message-Id: <20180909221734.8047-1-colin.king@canonical.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King Trival fix to spelling mistakes: PrimativeSeqErrCount -> PrimitiveSeqErrCount Broadcase -> Broadcast Primative -> Primitive Signed-off-by: Colin Ian King --- drivers/message/fusion/lsi/mpi_cnfg.h | 2 +- drivers/message/fusion/mptbase.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/message/fusion/lsi/mpi_cnfg.h b/drivers/message/fusion/lsi/mpi_cnfg.h index 059997f8ebce..178f414ea8f9 100644 --- a/drivers/message/fusion/lsi/mpi_cnfg.h +++ b/drivers/message/fusion/lsi/mpi_cnfg.h @@ -2004,7 +2004,7 @@ typedef struct _CONFIG_PAGE_FC_PORT_6 U64 LinkFailureCount; /* 50h */ U64 LossOfSyncCount; /* 58h */ U64 LossOfSignalCount; /* 60h */ - U64 PrimativeSeqErrCount; /* 68h */ + U64 PrimitiveSeqErrCount; /* 68h */ U64 InvalidTxWordCount; /* 70h */ U64 InvalidCrcCount; /* 78h */ U64 FcpInitiatorIoCount; /* 80h */ diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index e6b4ae558767..2b1ea7f8031d 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c @@ -7572,7 +7572,7 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply) u8 port_width = (u8)(evData0 >> 16); u8 primative = (u8)(evData0 >> 24); snprintf(evStr, EVENT_DESCR_STR_SZ, - "SAS Broadcase Primative: phy=%d port=%d " + "SAS Broadcast Primitive: phy=%d port=%d " "width=%d primative=0x%02x", phy_num, port_num, port_width, primative); break; -- 2.17.1