All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/5] arm: exynos: clean up checkpatch issues
Date: Mon, 02 Nov 2015 14:38:57 +0900	[thread overview]
Message-ID: <5636F6F1.9070302@samsung.com> (raw)
In-Reply-To: <5629F087.1070206@samsung.com>

On 23/10/15 17:32, Minkyu Kang wrote:
> This patch will fix these checkpatch issues.
> 
> ERROR: Macros with complex values should be enclosed in parentheses
> +#define DEFAULT_DQS_X4		(DEFAULT_DQS << 24) || (DEFAULT_DQS << 16) \
> +				|| (DEFAULT_DQS << 8) || (DEFAULT_DQS << 0)
> 
> 		ERROR: space prohibited before that ',' (ctx:WxW)
> +	writel(val , &drex0->concontrol);
>  	           ^
> 
> ERROR: space prohibited before that ',' (ctx:WxW)
> +	writel(val , &drex1->concontrol);
>     	           ^
> 
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  arch/arm/mach-exynos/dmc_init_ddr3.c |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      reply	other threads:[~2015-11-02  5:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  8:32 [U-Boot] [PATCH 1/5] arm: exynos: clean up checkpatch issues Minkyu Kang
2015-11-02  5:38 ` Minkyu Kang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5636F6F1.9070302@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.