Re: [PATCH 19/28] Staging: comedi: drivers: adl_pci9111.c: Editfile so that checkpatch.pl has 30 warnings and 3 errors

From: Dan Carpenter
Date: Wed Oct 06 2010 - 00:34:56 EST


On Tue, Oct 05, 2010 at 09:00:34PM -0400, Tracey Dent wrote:
>
> #define pci9111_ai_channel_get() \
> - (inb(PCI9111_IO_BASE+PCI9111_REGISTER_AD_CHANNEL_READBACK) \
> - &PCI9111_CHANNEL_MASK)
> + (inb(PCI9111_IO_BASE+PCI9111_REGISTER_AD_CHANNEL_READBACK) \
> + &PCI9111_CHANNEL_MASK)
^^^

That slash used to line up nicely with the slash from the line before.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/