All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 REPOST 1/3] [COSMETIC] checkpatch whitespace cleanups
Date: Sat, 22 Oct 2011 01:13:46 +0200	[thread overview]
Message-ID: <20111021231346.51E1318AE81C@gemini.denx.de> (raw)
In-Reply-To: <1318972311-673-1-git-send-email-swarren@nvidia.com>

Dear Stephen Warren,

In message <1318972311-673-1-git-send-email-swarren@nvidia.com> you wrote:
> This avoids the following checkpatch warning in later patches:
> 
> ERROR: "(foo*)" should be "(foo *)"
> ERROR: space required before the open brace '{'
> ERROR: space prohibited before that close parenthesis ')'
> ERROR: spaces required around that '||' (ctx:WxV)
> WARNING: space prohibited between function name and open parenthesis '('
> WARNING: line over 80 characters
> 
> This fixes all the white-space warnings/errors in my subsequent patch,
> and within this current patch. A number of other checkpatch warnings
> and errors are still present in this patch itself, but are beyond simple
> whitespace fixes, so are not solved by this patch.
> 
> v2: New patch
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
>  common/cmd_bootm.c    |  547 ++++++++++++-----------
>  common/cmd_ximg.c     |   72 ++--
>  common/image.c        | 1187 ++++++++++++++++++++++++++-----------------------
>  common/lynxkdi.c      |   34 +-
>  include/image.h       |  230 +++++-----
>  tools/default_image.c |   56 ++--
>  6 files changed, 1101 insertions(+), 1025 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When it is incorrect, it is, at least *authoritatively* incorrect.
                                    - Hitchiker's Guide To The Galaxy

      parent reply	other threads:[~2011-10-21 23:13 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-18 21:11 [U-Boot] [PATCH v2 REPOST 1/3] [COSMETIC] checkpatch whitespace cleanups Stephen Warren
2011-10-18 21:11 ` [U-Boot] [PATCH v2 REPOST 2/3] image: Implement IH_TYPE_KERNEL_REL Stephen Warren
2011-10-19  0:56   ` Simon Glass
2011-10-19 15:55     ` Stephen Warren
2011-10-19 20:00       ` Wolfgang Denk
2011-10-19 21:58         ` Stephen Warren
2011-10-20 14:04           ` Wolfgang Denk
2011-10-20 15:43             ` Stephen Warren
2011-10-20 18:56               ` Wolfgang Denk
2011-10-20 19:03                 ` Stephen Warren
2011-10-20 19:09                   ` Simon Glass
2011-10-20 19:39                     ` Wolfgang Denk
2011-10-20 19:52                       ` Stephen Warren
2011-10-20 21:46                         ` Wolfgang Denk
2011-10-20 21:54                           ` Stephen Warren
2011-10-20 19:37                   ` Wolfgang Denk
2011-10-20 22:29   ` Simon Glass
2011-10-18 21:11 ` [U-Boot] [PATCH v2 REPOST 3/3] tegra2: Enable CONFIG_SYS_RELATIVE_IMAGES Stephen Warren
2011-10-19  1:03   ` Simon Glass
2011-10-19 15:24     ` Stephen Warren
2011-10-20 20:27       ` Simon Glass
2011-10-20 20:47         ` Stephen Warren
2011-10-20 22:27           ` Simon Glass
2011-10-19  0:01 ` [U-Boot] [PATCH v2 REPOST 1/3] [COSMETIC] checkpatch whitespace cleanups Simon Glass
2011-10-19  1:01 ` Simon Glass
2011-10-21 23:13 ` Wolfgang Denk [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=20111021231346.51E1318AE81C@gemini.denx.de \
    --to=wd@denx.de \
    --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.