From: Oliver Pinter Date: Sun, 3 Feb 2008 15:55:45 +0000 (+0200) Subject: typo fix in net/rfkill/rfkill.c X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~35643^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1dbede87148c4723789e59ce2e415c909c8ccc3d;p=mirror_ubuntu-artful-kernel.git typo fix in net/rfkill/rfkill.c Signed-off-by: Oliver Pinter Signed-off-by: Adrian Bunk --- diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c index 6562f868e82f..1a47f5d1be17 100644 --- a/net/rfkill/rfkill.c +++ b/net/rfkill/rfkill.c @@ -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)