Staging: wilc1000: Remove and rename struct typedefs
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 19 Feb 2016 13:29:20 +0000 (18:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 01:09:44 +0000 (17:09 -0800)
commit837f9989c6515b187d25a8204ec368e2de06edf9
treecea63959a4983096a7bbb006259e7267aadadb12
parentfe747f0f34c638b639e1158f62c5d2f7a6d589c9
Staging: wilc1000: Remove and rename struct typedefs

This patch gets rid of struct typedefs wilc_cfg_byte_t, wilc_cfg_hword_t,
wilc_cfg_word_t and wilc_cfg_str_t as as linux kernel coding style
guidelines suggest not using typdefs for structure types.
Also drop '_t' from the names.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan_cfg.c
drivers/staging/wilc1000/wilc_wlan_cfg.h
This page took 0.025655 seconds and 5 git commands to generate.