On Mon, Aug 26, 2013 at 05:10:22PM +0200, Iker Pedrosa wrote: > Fixed some lines over 80 characters. > > Signed-off-by: Iker Pedrosa <ikerpedrosam@xxxxxxxxx> > --- > drivers/staging/winbond/wbusb.c | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) > > diff --git a/drivers/staging/winbond/wbusb.c b/drivers/staging/winbond/wbusb.c > index 3fa1ae4..c128bc9 100644 > --- a/drivers/staging/winbond/wbusb.c > +++ b/drivers/staging/winbond/wbusb.c > @@ -169,7 +169,8 @@ static void hal_set_radio_mode(struct hw_data *pHwData, unsigned char radio_off) > Wb35Reg_Write(pHwData, 0x0824, reg->M24_MacControl); > } > > -static void hal_set_current_channel_ex(struct hw_data *pHwData, struct chan_info channel) > +static void hal_set_current_channel_ex(struct hw_data *pHwData, > + struct chan_info channel) These should be aligned like this: static void hal_set_current_channel_ex(struct hw_data *pHwData, struct chan_info channel) { regards, dan carpenter _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel