lkml.org 
[lkml]   [2011]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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



\
 
 \ /
  Last update: 2011-07-08 17:23    [W:0.027 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site