[PATCH] selftests: nci: Fix "Electrnoics" to "Electronics"

Sumanth Gavini posted 1 patch 7 months ago
tools/testing/selftests/nci/nci_dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] selftests: nci: Fix "Electrnoics" to "Electronics"
Posted by Sumanth Gavini 7 months ago
Fix misspelling reported by codespell

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
 tools/testing/selftests/nci/nci_dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/nci/nci_dev.c b/tools/testing/selftests/nci/nci_dev.c
index 1562aa7d60b0..6dec59d64083 100644
--- a/tools/testing/selftests/nci/nci_dev.c
+++ b/tools/testing/selftests/nci/nci_dev.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2021 Samsung Electrnoics
+ * Copyright (C) 2021 Samsung Electronics
  * Bongsu Jeon <bongsu.jeon@samsung.com>
  *
  * Test code for nci
-- 
2.43.0
Re: [PATCH] selftests: nci: Fix "Electrnoics" to "Electronics"
Posted by Simon Horman 7 months ago
On Fri, May 16, 2025 at 06:59:37PM -0700, Sumanth Gavini wrote:
> Fix misspelling reported by codespell
> 
> Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>

Thanks,

With this change this file appears to be codespell-clean.

Reviewed-by: Simon Horman <horms@kernel.org>