Commit 1dbede87 authored by Oliver Pinter's avatar Oliver Pinter Committed by Adrian Bunk

typo fix in net/rfkill/rfkill.c

Signed-off-by: default avatarOliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent ac461a03
...@@ -340,7 +340,7 @@ EXPORT_SYMBOL(rfkill_allocate); ...@@ -340,7 +340,7 @@ EXPORT_SYMBOL(rfkill_allocate);
* rfkill_free - Mark rfkill structure for deletion * rfkill_free - Mark rfkill structure for deletion
* @rfkill: rfkill structure to be destroyed * @rfkill: rfkill structure to be destroyed
* *
* Decrements reference count of rfkill structure so it is destoryed. * Decrements reference count of rfkill structure so it is destroyed.
* Note that rfkill_free() should _not_ be called after rfkill_unregister(). * Note that rfkill_free() should _not_ be called after rfkill_unregister().
*/ */
void rfkill_free(struct rfkill *rfkill) void rfkill_free(struct rfkill *rfkill)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment