[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110708151854.GZ18655@shale.localdomain>
Date: Fri, 8 Jul 2011 18:18:54 +0300
From: Dan Carpenter <error27@...il.com>
To: Ravishankar <ravishankarkm32@...il.com>
Cc: gregkh@...e.de, wfp5p@...ginia.edu, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Ravishankar <ravi.shankar@...enturtles.in>
Subject: Re: [PATCH 6/6] Staging: comedi: fix warning issue in dt9812.c
On Fri, Jul 08, 2011 at 08:42:08PM +0530, Ravishankar wrote:
> --- a/drivers/staging/comedi/drivers/dt9812.c
> +++ b/drivers/staging/comedi/drivers/dt9812.c
> @@ -196,7 +196,7 @@ struct dt9812_flash_data {
> };
>
> #define DT9812_MAX_NUM_MULTI_BYTE_RDS \
> - ((DT9812_MAX_WRITE_CMD_PIPE_SIZE - 4 - 1) / sizeof(u8))
> +((DT9812_MAX_WRITE_CMD_PIPE_SIZE - 4 - 1) / sizeof(u8))
This should be indented. 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists