Re: [PATCH v2 02/34] staging: wilc1000: remove typedef from the struct

2015-09-21 Thread Tony Cho
On 2015년 09월 21일 14:54, Greg KH wrote: On Mon, Sep 21, 2015 at 12:16:31PM +0900, Tony Cho wrote: The Linux kernel coding style does not recommend to use typedef for the structure. This patch removes typedef from the host_if_msg structure. Signed-off-by: Tony Cho

[PATCH v2 02/34] staging: wilc1000: remove typedef from the struct

2015-09-20 Thread Tony Cho
The Linux kernel coding style does not recommend to use typedef for the structure. This patch removes typedef from the host_if_msg structure. Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/host_interface.c

Re: [PATCH v2 02/34] staging: wilc1000: remove typedef from the struct

2015-09-20 Thread Greg KH
On Mon, Sep 21, 2015 at 12:16:31PM +0900, Tony Cho wrote: > The Linux kernel coding style does not recommend to use typedef for the > structure. This patch removes typedef from the host_if_msg structure. > > Signed-off-by: Tony Cho > Signed-off-by: Greg Kroah-Hartman