staging: wilc1000 remove typedef from the union
authorTony Cho <tony.cho@atmel.com>
Mon, 21 Sep 2015 03:16:34 +0000 (12:16 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 05:55:27 +0000 (22:55 -0700)
commitdfc7663ba27f38be04095e3d4931f9df58b887fc
treeaec26ebb81c9fdc29f27231690c1eb71a15f48d3
parenta9f812a6d845d4511a711c7d5d84776b2f5aec8c
staging: wilc1000 remove typedef from the union

This patch gets rid of typedef from the union and renames tuniHostIFmsgBody
with simply message_body because the Linux coding style does not recommend
camelcase notation and typedef for structure, enmu and also union.

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c