All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neha Malcom Francis <n-francis@ti.com>
To: <nm@ti.com>, <ssantosh@kernel.org>, <t-konduru@ti.com>
Cc: <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>, <n-francis@ti.com>,
	<u-kumar1@ti.com>
Subject: [PATCH v2 2/2] soc: ti k3-socinfo: Fix typo
Date: Fri, 15 Sep 2023 12:16:50 +0530	[thread overview]
Message-ID: <20230915064650.2287638-3-n-francis@ti.com> (raw)
In-Reply-To: <20230915064650.2287638-1-n-francis@ti.com>

Fix typo in driver that comments out wrong bit.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
---
 drivers/soc/ti/k3-socinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index 6de1e3531af9..417f3f33cd01 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -20,7 +20,7 @@
  *  31-28 VARIANT	Device variant
  *  27-12 PARTNO	Part number
  *  11-1  MFG		Indicates TI as manufacturer (0x17)
- *  1			Always 1
+ *  0			Always 1
  */
 #define CTRLMMR_WKUP_JTAGID_VARIANT_SHIFT	(28)
 #define CTRLMMR_WKUP_JTAGID_VARIANT_MASK	GENMASK(31, 28)
-- 
2.34.1


WARNING: multiple messages have this Message-ID (diff)
From: Neha Malcom Francis <n-francis@ti.com>
To: <nm@ti.com>, <ssantosh@kernel.org>, <t-konduru@ti.com>
Cc: <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>, <n-francis@ti.com>,
	<u-kumar1@ti.com>
Subject: [PATCH v2 2/2] soc: ti k3-socinfo: Fix typo
Date: Fri, 15 Sep 2023 12:16:50 +0530	[thread overview]
Message-ID: <20230915064650.2287638-3-n-francis@ti.com> (raw)
In-Reply-To: <20230915064650.2287638-1-n-francis@ti.com>

Fix typo in driver that comments out wrong bit.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
---
 drivers/soc/ti/k3-socinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index 6de1e3531af9..417f3f33cd01 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -20,7 +20,7 @@
  *  31-28 VARIANT	Device variant
  *  27-12 PARTNO	Part number
  *  11-1  MFG		Indicates TI as manufacturer (0x17)
- *  1			Always 1
+ *  0			Always 1
  */
 #define CTRLMMR_WKUP_JTAGID_VARIANT_SHIFT	(28)
 #define CTRLMMR_WKUP_JTAGID_VARIANT_MASK	GENMASK(31, 28)
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-09-15  6:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15  6:46 [PATCH v2 0/2] Revamp k3-socinfo driver Neha Malcom Francis
2023-09-15  6:46 ` Neha Malcom Francis
2023-09-15  6:46 ` [PATCH v2 1/2] soc: ti: k3-socinfo: Revamp driver to accommodate different rev structs Neha Malcom Francis
2023-09-15  6:46   ` Neha Malcom Francis
2023-09-15 12:21   ` Nishanth Menon
2023-09-15 12:21     ` Nishanth Menon
2023-09-19  3:47     ` Neha Malcom Francis
2023-09-19  3:47       ` Neha Malcom Francis
2023-09-15  6:46 ` Neha Malcom Francis [this message]
2023-09-15  6:46   ` [PATCH v2 2/2] soc: ti k3-socinfo: Fix typo Neha Malcom Francis
2023-09-15 12:21   ` Nishanth Menon
2023-09-15 12:21     ` Nishanth Menon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230915064650.2287638-3-n-francis@ti.com \
    --to=n-francis@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=ssantosh@kernel.org \
    --cc=t-konduru@ti.com \
    --cc=u-kumar1@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.