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

rfkill: Correctly document rkill subfolder range as >= 0 in sysfs-class-rfkill

The first subfolder is rfkill0, hence rfkillX (X >= 0).
Also fix two trivial typos.

Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

authored by

Peter Meerwald and committed by
Johannes Berg
e529f4d6 b9771d41

+3 -3
+3 -3
Documentation/ABI/stable/sysfs-class-rfkill
··· 11 11 Contact: linux-wireless@vger.kernel.org, 12 12 Description: The rfkill class subsystem folder. 13 13 Each registered rfkill driver is represented by an rfkillX 14 - subfolder (X being an integer > 0). 14 + subfolder (X being an integer >= 0). 15 15 16 16 17 17 What: /sys/class/rfkill/rfkill[0-9]+/name ··· 48 48 Description: Current state of the transmitter. 49 49 This file was scheduled to be removed in 2014, but due to its 50 50 large number of users it will be sticking around for a bit 51 - longer. Despite it being marked as stabe, the newer "hard" and 52 - "soft" interfaces should be preffered, since it is not possible 51 + longer. Despite it being marked as stable, the newer "hard" and 52 + "soft" interfaces should be preferred, since it is not possible 53 53 to express the 'soft and hard block' state of the rfkill driver 54 54 through this interface. There will likely be another attempt to 55 55 remove it in the future.