diff options
| author | Tony Cho <tony.cho@atmel.com> | 2015-10-14 20:46:30 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-16 21:34:12 -0700 |
| commit | f61c5aff3b4213f246e0531b47f7c6d76f2574ea (patch) | |
| tree | 7cd3b1ea656fe8c05d6e3946ee3e322043818ac6 /tools/perf/scripts/python/bin | |
| parent | 9b7ecb01886b4ad34e3cbabb08796bff1e1a709d (diff) | |
| download | kernel-f61c5aff3b4213f246e0531b47f7c6d76f2574ea.tar.gz | |
staging: wilc1000: remove typedef from the linux_wlan_t
This patch removes typedef from the struct linux_wlan_t and renames it
to the wilc. In addition, all of linux_wlan_t is replaced with struct wilc
and memory allocation style is changed with preferred form as well like the
following:
p = kmalloc(sizeof(*p), ...) where "struct wilc" is used
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
