Prev: staging: winbond: mds.c whitspace, indentation etc.
Next: staging: winbond: mac_structures.h Fix remaining whitespace and comment issues.
From: Greg KH on 28 Apr 2010 19:10 On Thu, Mar 18, 2010 at 11:17:49PM +0100, Lars Lindley wrote: > On 2010-03-18 17:28, Pekka Enberg wrote: > > Lars Lindley wrote: > >> I fixed all problems found by checkpatch.pl and removed CamelCase > >> from argument names. > ..snip.. > >> +void MLME_GetNextPacket(struct wbsoft_priv *adapter, > >> + struct wb35_descriptor *pdes); > > > > Can we get rid of the "p" prefix (hungarian notation) while at it? > > > Sure.. > I changed pdes to des, pmmpdu to mmpdu and widx to idx. > Looks all right? > > /Lars > > > > Here is the new patch against master: > > [PATCH] staging: winbond: mlmetxrx_f.h Coding style fixes. > > I fixed all problems found by checkpatch.pl and removed CamelCase > and hungarian notation from the argument names. > > Signed-off-by: Lars Lindley <lindley(a)coyote.org> This one didn't apply for some reason :( Care to redo it against linux-next tomorrow? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |