summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c
diff options
context:
space:
mode:
authorAybuke Ozdemir2015-10-06 21:14:02 +0200
committerGreg Kroah-Hartman2015-10-08 12:01:46 +0200
commit960819a1e572df82cfa8197133ed3f8aca487e1b (patch)
tree0e21cc9e48b4ab966d3020292c3f5d20e0512340 /drivers/staging/wilc1000/coreconfigurator.c
parentStaging: wilc1000: host_interface: Replace memset with eth_zero_addr (diff)
downloadkernel-qcow2-linux-960819a1e572df82cfa8197133ed3f8aca487e1b.tar.gz
kernel-qcow2-linux-960819a1e572df82cfa8197133ed3f8aca487e1b.tar.xz
kernel-qcow2-linux-960819a1e572df82cfa8197133ed3f8aca487e1b.zip
Staging: wilc1000: fix spelling mistake.
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>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.c')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index 65a130ddd7d3..9f87d05d6d02 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -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)
{