On Wed, Apr 16, 2014 at 08:19:48PM -0700, Greg KH wrote: > On Fri, Apr 11, 2014 at 11:04:42AM -0400, Marcos A. Di Pietro wrote: > > Fixes code style errors in drivers/staging/bcm/Qos.c > > > > Patch submitted as part of the Eudyptula Challenge > > > > Signed-off-by: Marcos A. Di Pietro <marcosadp@xxxxxxxxx> > > --- > > drivers/staging/bcm/Qos.c | 7 +++++-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/staging/bcm/Qos.c b/drivers/staging/bcm/Qos.c > > index 4f31583..9ddb20c 100644 > > --- a/drivers/staging/bcm/Qos.c > > +++ b/drivers/staging/bcm/Qos.c > > @@ -4,8 +4,11 @@ This file contains the routines related to Quality of Service. > > */ > > #include "headers.h" > > > > -static void EThCSGetPktInfo(struct bcm_mini_adapter *Adapter, PVOID pvEthPayload, struct bcm_eth_packet_info *pstEthCsPktInfo); > > -static bool EThCSClassifyPkt(struct bcm_mini_adapter *Adapter, struct sk_buff* skb, struct bcm_eth_packet_info *pstEthCsPktInfo, struct bcm_classifier_rule *pstClassifierRule, B_UINT8 EthCSCupport); > > +static void EThCSGetPktInfo(struct bcm_mini_adapter *Adapter, > > + PVOID pvEthPayload, struct bcm_eth_packet_info *pstEthCsPktInfo); > > +static bool EThCSClassifyPkt(struct bcm_mini_adapter *Adapter, > > + struct sk_buff *skb, struct bcm_eth_packet_info *pstEthCsPktInfo, > > + struct bcm_classifier_rule *pstClassifierRule, B_UINT8 EthCSCupport); > > > > static USHORT IpVersion4(struct bcm_mini_adapter *Adapter, struct iphdr *iphd, > > struct bcm_classifier_rule *pstClassifierRule); > > -- 1.8.3.2 > > This patch does not apply properly, due to the whitespace dammage, > please try again. > Oh, yeah. You're right. I was applying this with regular diff so it worked with fuzz. regards, dan carpenter _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel