2009-06-18 09:37:53

by Alan Jenkins

[permalink] [raw]
Subject: [PATCH] rfkill: fix comment

Signed-off-by: Alan Jenkins <[email protected]>
---
include/linux/rfkill.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index f3f6e2a..e73e242 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -261,7 +261,7 @@ bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked);
*
* In addition, it marks the device as "persistent", an attribute which
* can be read by userspace. Persistent devices are expected to preserve
- * preserve their own state when suspended.
+ * their own state when suspended.
*/
void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked);