commit 389af6f5ba7be9e79f8cbcc5929e602470d5fe29 Author: Oliver Pinter Commit: Oliver Pinter [typo fix] net/rfkill/rfkill.c typo fix in net/rfkill/rfkill.c foo-destory -> foo-destroy Signed-off-by: Oliver Pinter diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c index 4469a7b..703df71 100644 --- a/net/rfkill/rfkill.c +++ b/net/rfkill/rfkill.c @@ -337,7 +337,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)