From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 3 Aug 2015 11:07:35 -0500 Subject: [U-Boot] [PATCH 15/15] ddr: altera: sequencer: Clean checkpatch issues In-Reply-To: <1438557722-5254-16-git-send-email-marex@denx.de> References: <1438557722-5254-1-git-send-email-marex@denx.de> <1438557722-5254-16-git-send-email-marex@denx.de> Message-ID: <55BF91C7.5020105@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/02/2015 06:22 PM, Marek Vasut wrote: > Fix most of the dangling checkpatch issues, no functional change. > There are still 7 warnings, 1 checks , but those are left in place > for the sake of readability of the code. > > Signed-off-by: Marek Vasut > --- > drivers/ddr/altera/sequencer.c | 159 +++++++++++++++++++++++------------------ > 1 file changed, 88 insertions(+), 71 deletions(-) > Acked-by: Dinh Nguyen Thanks, Dinh