summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2015-10-12 16:55:45 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-12 20:58:01 -0700
commit2fd3e44354370aea686a50e9f18b92d6a8d2b5fe (patch)
tree4582fefa3fbf184e77982e3e33a9ddddffe32203 /drivers/staging/wilc1000/coreconfigurator.h
parentdaaf16babf759b29c154e124586909a0b74d403b (diff)
staging: wilc1000: rename the member variable, s32ValueSize of wid
This patch renames s32ValueSize of struct wid to size. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.h')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 0d3bff78604c..3595a0af6e45 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -73,7 +73,7 @@ typedef enum {
struct wid {
u16 id;
enum WID_TYPE type;
- s32 s32ValueSize;
+ s32 size;
s8 *ps8WidVal;
};