On Mon 2013-08-05 11:58:31, Iker Pedrosa wrote: > Fixed some coding style issues. > > Signed-off-by: Iker Pedrosa <ikerpedrosam@xxxxxxxxx> ACK. > --- > drivers/staging/winbond/mds_f.h | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/drivers/staging/winbond/mds_f.h b/drivers/staging/winbond/mds_f.h > index ce8be07..ce5a78c 100644 > --- a/drivers/staging/winbond/mds_f.h > +++ b/drivers/staging/winbond/mds_f.h > @@ -7,13 +7,17 @@ > unsigned char Mds_initial(struct wbsoft_priv *adapter); > void Mds_Tx(struct wbsoft_priv *adapter); > void Mds_SendComplete(struct wbsoft_priv *adapter, struct T02_descriptor *pt02); > -void Mds_MpduProcess(struct wbsoft_priv *adapter, struct wb35_descriptor *prxdes); > +void Mds_MpduProcess(struct wbsoft_priv *adapter, > + struct wb35_descriptor *prxdes); > extern void DataDmp(u8 *pdata, u32 len, u32 offset); > > /* For data frame sending */ > u16 MDS_GetPacketSize(struct wbsoft_priv *adapter); > -void MDS_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pdes); > -void MDS_GetNextPacketComplete(struct wbsoft_priv *adapter, struct wb35_descriptor *pdes); > -void MDS_SendResult(struct wbsoft_priv *adapter, u8 packetid, unsigned char sendok); > +void MDS_GetNextPacket(struct wbsoft_priv *adapter, > + struct wb35_descriptor *pdes); > +void MDS_GetNextPacketComplete(struct wbsoft_priv *adapter, > + struct wb35_descriptor *pdes); > +void MDS_SendResult(struct wbsoft_priv *adapter, u8 packetid, > + unsigned char sendok); > > #endif -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel