summaryrefslogtreecommitdiffstats
path: root/Documentation/rfkill.txt
diff options
context:
space:
mode:
authorXishi Qiu <qiuxishi@huawei.com>2013-11-06 16:18:21 -0500
committerJiri Kosina <jkosina@suse.cz>2013-12-02 08:45:19 -0500
commitc79a8d85d7f540e9dbe3e3111c41d14395a0c9e2 (patch)
tree198f357e8400c622c42303a663275371ba512350 /Documentation/rfkill.txt
parent48807e17101773117e36916f767fc12018e0eb21 (diff)
doc: fix some typos in documentations
Fix some typos in five documentations, no functional change. Signed-off-by: Xishi Qiu <qiuxishi@huawei.com> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/rfkill.txt')
-rw-r--r--Documentation/rfkill.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rfkill.txt b/Documentation/rfkill.txt
index 03c9d9299c6b..f430004df73c 100644
--- a/Documentation/rfkill.txt
+++ b/Documentation/rfkill.txt
@@ -71,7 +71,7 @@ To create an rfkill driver, driver's Kconfig needs to have
71 depends on RFKILL || !RFKILL 71 depends on RFKILL || !RFKILL
72 72
73to ensure the driver cannot be built-in when rfkill is modular. The !RFKILL 73to ensure the driver cannot be built-in when rfkill is modular. The !RFKILL
74case allows the driver to be built when rfkill is not configured, which which 74case allows the driver to be built when rfkill is not configured, which
75case all rfkill API can still be used but will be provided by static inlines 75case all rfkill API can still be used but will be provided by static inlines
76which compile to almost nothing. 76which compile to almost nothing.
77 77