public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2][next] nvmem: layouts: Fix spelling mistake "platforn" -> "platform"
@ 2023-01-05  9:58 Colin Ian King
  2023-01-05  9:58 ` [PATCH 2/2][next] dt-bindings: nvmem: " Colin Ian King
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Colin Ian King @ 2023-01-05  9:58 UTC (permalink / raw)
  To: Miquel Raynal, Srinivas Kandagatla, Rob Herring,
	Krzysztof Kozlowski, devicetree
  Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-05 17:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05  9:58 [PATCH 1/2][next] nvmem: layouts: Fix spelling mistake "platforn" -> "platform" Colin Ian King
2023-01-05  9:58 ` [PATCH 2/2][next] dt-bindings: nvmem: " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox