Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drivers/base/bus.c: fix spelling of "subsystem"

Fix spelling, "subystem" -> "subsystem"

Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
Link: https://lore.kernel.org/r/20250203220312.1052986-1-bharadwaj.raju777@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bharadwaj Raju and committed by
Greg Kroah-Hartman
6fb1ee25 b1b620bf

+1 -1
+1 -1
drivers/base/bus.c
··· 1291 1291 * @groups: default attributes for the root device 1292 1292 * 1293 1293 * All 'virtual' subsystems have a /sys/devices/system/<name> root device 1294 - * with the name of the subystem. The root device can carry subsystem-wide 1294 + * with the name of the subsystem. The root device can carry subsystem-wide 1295 1295 * attributes. All registered devices are below this single root device. 1296 1296 * There's no restriction on device naming. This is for kernel software 1297 1297 * constructs which need sysfs interface.