From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH 002/007] WAN Drivers: Update farsync driver and introduce fsflex driver Date: Wed, 18 Sep 2013 08:25:21 -0700 Message-ID: <1379517921.1787.24.camel@joe-AO722> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "kernel-janitors@vger.kernel.org" , Dermot Smith To: Kevin Curtis Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 2013-09-18 at 11:11 +0100, Kevin Curtis wrote: > Farsite Communications FarSync driver update [] > diff -uprN -X linux-3.10.1/Documentation/dontdiff linux-3.10.1/drivers/net/wan/uss_cmn.h linux-3.10.1_new/drivers/net/wan/uss_cmn.h > +typedef enum _USS_COMMANDS { I think this code would be more linux style without all the typedefs > +typedef struct { [] > +} FLEX_SERCONF, *PFLEX_SERCONF; > +typedef struct { [] > +} FLEX_CARD_INFO, *PFLEX_CARD_INFO; /* sizeof(FLEX_CARD_INFO) = 128 */ > +typedef struct { [] > +} FLEX_USB_STATS, *PFLEX_USB_STATS; > +typedef struct _INTERFACE_RECORD { [] > +} IR, *PIR; > +typedef struct _INTERFACE_RECORD_EX { [] > +} IREX, *PIREX;