On Thu, Jul 07, 2011 at 02:06:57PM +0530, Ravishankar wrote: > From: Ravishankar <ravi.shankar@xxxxxxxxxxxxxxx> > > This is a patch to the unioxx5.c file that fixes up a warning: line over 80 character by the checkpatch.pl tool > > Signed-off-by: Ravishankar <ravishankarkm32@xxxxxxxxx> > --- > drivers/staging/comedi/drivers/unioxx5.c | 30 +++++++++++++++++++++--------- > 1 files changed, 21 insertions(+), 9 deletions(-) > > diff --git a/drivers/staging/comedi/drivers/unioxx5.c b/drivers/staging/comedi/drivers/unioxx5.c > index 9b311c7..88dafb7 100644 > --- a/drivers/staging/comedi/drivers/unioxx5.c > +++ b/drivers/staging/comedi/drivers/unioxx5.c > @@ -207,7 +207,9 @@ static int unioxx5_subdev_write(struct comedi_device *dev, > int channel, type; > > channel = CR_CHAN(insn->chanspec); > - type = usp->usp_module_type[channel / 2]; /* defining module type(analog or digital) */ > + type = usp->usp_module_type[channel / 2]; /* defining module type > + * (analog or digital) > + */ That doesn't line up properly :( _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel