[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150602064127.GE6382@sudip-PC>
Date: Tue, 2 Jun 2015 12:11:27 +0530
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Isaac Assegai <isaac.a.travers@...il.com>
Cc: gregkh@...uxfoundation.org, teddy.wang@...iconmotion.com,
linux-fbdev@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 10/12] Staging: sm750fb: Insert spaces after commas in
two files.
On Sun, May 31, 2015 at 10:01:11PM -0700, Isaac Assegai wrote:
> Insert Spaces after commas to rectify the following
> checkpatch errors in ddk750_help.c and ddk750_mode.c:
> ERROR: space required after that ','
>
> Signed-off-by: Isaac Assegai <isaac.a.travers@...il.com>
> ---
>
<snip>
>
> - ulTmpValue = FIELD_VALUE(0,CRT_DISPLAY_CTRL,VSYNC_PHASE,pModeParam->vertical_sync_polarity)|
> - FIELD_VALUE(0,CRT_DISPLAY_CTRL,HSYNC_PHASE,pModeParam->horizontal_sync_polarity)|
> - FIELD_SET(0,CRT_DISPLAY_CTRL,TIMING,ENABLE)|
> + ulTmpValue = FIELD_VALUE(0, CRT_DISPLAY_CTRL,VSYNC_PHASE, pModeParam->vertical_sync_polarity)|
^^^^^^^^
missed this
> + FIELD_VALUE(0, CRT_DISPLAY_CTRL, HSYNC_PHASE, pModeParam->horizontal_sync_polarity)|
> + FIELD_SET(0, CRT_DISPLAY_CTRL, TIMING,ENABLE)|
^^^^^
this also
regards
sudip
--
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