Re: [PATCH] Staging:wilc1000 :Remove typedef from struct
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: 2015-08-01 04:55:53
Also in:
lkml
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: 2015-08-01 04:55:53
Also in:
lkml
On Fri, Jul 31, 2015 at 01:52:13PM -0700, Greg Kroah-Hartman wrote:
On Fri, Jul 31, 2015 at 11:08:47AM +0530, Shraddha Barke wrote:quoted
This patch fixes the following checkpatch.pl warning: WARNING: do not add new typedefs Signed-off-by: Shraddha Barke <redacted> ---
<snip>
quoted
-typedef enum { +enum { CLASS1_FRAME_TYPE = 0x00, CLASS2_FRAME_TYPE = 0x01, CLASS3_FRAME_TYPE = 0x02,Did you test-build this change?
This enum is not used anywhere. So did not affect the build. regards sudip