dect
/
linux-2.6
Archived
13
0
Fork 0

typo fix in net/rfkill/rfkill.c

Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Oliver Pinter 2008-02-03 17:55:45 +02:00 committed by Adrian Bunk
parent ac461a0330
commit 1dbede8714
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ EXPORT_SYMBOL(rfkill_allocate);
* rfkill_free - Mark rfkill structure for deletion
* @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().
*/
void rfkill_free(struct rfkill *rfkill)