Re: [PATCH 13/13] Staging: comedi: fix indentation issue in pcl818.c

From: Dan Carpenter
Date: Mon Jul 11 2011 - 07:30:22 EST


On Mon, Jul 11, 2011 at 05:00:00PM +0530, Ravishankar wrote:
> @@ -242,8 +242,8 @@ static const struct comedi_lrange range_pcl818l_h_ai = { 4, {
> };
>
> static const struct comedi_lrange range718_bipolar1 = { 1, {BIP_RANGE(1),} };
> -static const struct comedi_lrange range718_bipolar0_5 =
> - { 1, {BIP_RANGE(0.5),} };
> +static const struct comedi_lrange range718_bipolar0_5 = { 1,
> +{BIP_RANGE(0.5),} };

The original was better. Just replace the spaces with a tab.

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/