From: Colin Ian King <colin.i.king@gmail.com>
To: Miquel Raynal <miquel.raynal@bootlin.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
devicetree@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/2][next] nvmem: layouts: Fix spelling mistake "platforn" -> "platform"
Date: Thu, 5 Jan 2023 09:58:27 +0000 [thread overview]
Message-ID: <20230105095828.2951-1-colin.i.king@gmail.com> (raw)
There is a spelling mistake in the literal string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/nvmem/layouts/onie-tlv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvmem/layouts/onie-tlv.c b/drivers/nvmem/layouts/onie-tlv.c
index 074c7c700845..767f39fff717 100644
--- a/drivers/nvmem/layouts/onie-tlv.c
+++ b/drivers/nvmem/layouts/onie-tlv.c
@@ -48,7 +48,7 @@ static const char *onie_tlv_cell_name(u8 type)
case 0x27:
return "label-revision";
case 0x28:
- return "platforn-name";
+ return "platform-name";
case 0x29:
return "onie-version";
case 0x2A:
--
2.30.2
next reply other threads:[~2023-01-05 9:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-05 9:58 Colin Ian King [this message]
2023-01-05 9:58 ` [PATCH 2/2][next] dt-bindings: nvmem: Fix spelling mistake "platforn" -> "platform" Colin Ian King
2023-01-05 10:03 ` Miquel Raynal
2023-01-05 17:14 ` Srinivas Kandagatla
2023-01-05 10:03 ` [PATCH 1/2][next] nvmem: layouts: " Miquel Raynal
2023-01-05 17:14 ` Srinivas Kandagatla
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=20230105095828.2951-1-colin.i.king@gmail.com \
--to=colin.i.king@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miquel.raynal@bootlin.com \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
/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.