Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947040AbbGaUwR (ORCPT ); Fri, 31 Jul 2015 16:52:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49528 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1947022AbbGaUwO (ORCPT ); Fri, 31 Jul 2015 16:52:14 -0400 Date: Fri, 31 Jul 2015 13:52:13 -0700 From: Greg Kroah-Hartman To: Shraddha Barke Cc: Dean Lee , Rachel Kim , Johnny Kim , Chris Park , linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging:wilc1000 :Remove typedef from struct Message-ID: <20150731205213.GF1650@kroah.com> References: <1438321127-8120-1-git-send-email-shraddha.6596@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438321127-8120-1-git-send-email-shraddha.6596@gmail.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 30 On Fri, Jul 31, 2015 at 11:08:47AM +0530, Shraddha Barke wrote: > This patch fixes the following checkpatch.pl warning: > > WARNING: do not add new typedefs > > Signed-off-by: Shraddha Barke > --- > drivers/staging/wilc1000/coreconfigurator.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c > index 54eb8a1..d6ef6e1 100644 > --- a/drivers/staging/wilc1000/coreconfigurator.c > +++ b/drivers/staging/wilc1000/coreconfigurator.c > @@ -88,7 +88,7 @@ typedef enum { > } tenuFrmSubtype; > > /* Basic Frame Classes */ > -typedef enum { > +enum { > CLASS1_FRAME_TYPE = 0x00, > CLASS2_FRAME_TYPE = 0x01, > CLASS3_FRAME_TYPE = 0x02, Did you test-build this change? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/