Staging: wilc1000: fix spelling mistake.
authorAybuke Ozdemir <aybuke.147@gmail.com>
Tue, 6 Oct 2015 19:14:02 +0000 (22:14 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Oct 2015 10:01:46 +0000 (11:01 +0100)
This patch corrects the spelling of the word function by adding missing
letter.
Problem found by checkpatch.pl :
CHECK: 'funcion' may be misspelled - perhaps 'function'?

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c

index 65a130ddd7d38dde288580fa4176e1c575f4f4e6..9f87d05d6d0214be7b78063d2e7f2d700c96d9db 100644 (file)
@@ -264,7 +264,7 @@ static inline u16 get_assoc_resp_cap_info(u8 *data)
        return cap_info;
 }
 
-/* This funcion extracts the association status code from the incoming       */
+/* This function extracts the association status code from the incoming       */
 /* association response frame and returns association status code            */
 static inline u16 get_asoc_status(u8 *data)
 {
This page took 0.025061 seconds and 5 git commands to generate.