[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250203220312.1052986-1-bharadwaj.raju777@gmail.com>
Date: Tue, 4 Feb 2025 03:33:09 +0530
From: Bharadwaj Raju <bharadwaj.raju777@...il.com>
To: gregkh@...uxfoundation.org,
linux-kernel-mentees@...ts.linux.dev,
skhan@...uxfoundation.org,
linux-kernel@...r.kernel.org
Cc: Bharadwaj Raju <bharadwaj.raju777@...il.com>
Subject: [PATCH] drivers/base/bus.c: fix spelling of "subsystem"
Fix spelling, "subystem" -> "subsystem"
Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@...il.com>
---
drivers/base/bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/bus.c b/drivers/base/bus.c
index 6b9e65a42cd2..5ea3b03af9ba 100644
--- a/drivers/base/bus.c
+++ b/drivers/base/bus.c
@@ -1291,7 +1291,7 @@ EXPORT_SYMBOL_GPL(subsys_system_register);
* @groups: default attributes for the root device
*
* All 'virtual' subsystems have a /sys/devices/system/<name> root device
- * with the name of the subystem. The root device can carry subsystem-wide
+ * with the name of the subsystem. The root device can carry subsystem-wide
* attributes. All registered devices are below this single root device.
* There's no restriction on device naming. This is for kernel software
* constructs which need sysfs interface.
--
2.47.1
Powered by blists - more mailing lists