All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeroen Hofstee <jeroen@myspectrum.nl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] yaffs2: preprocessor cleanup
Date: Sat, 21 Jun 2014 21:04:09 +0200	[thread overview]
Message-ID: <1403377449.2393.0.camel@yellow> (raw)
In-Reply-To: <1403377136-11825-4-git-send-email-jeroen@myspectrum.nl>

On za, 2014-06-21 at 20:58 +0200, Jeroen Hofstee wrote:
> Current code uses the preprocessor to and else case
> to an statement without an if condition at all. Although
> this works, change the optional code to return early, so
> it is contained within the #ifdef.
> 
> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
> ---

Attempt 2:

    Current code uses the preprocessor to change an else case
    to a statement without any if condition at all. Although
    this works, change the optional code to return early, so
    all optional code is contained within a single #ifdef.

  reply	other threads:[~2014-06-21 19:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-21 18:58 [U-Boot] [PATCH 0/2] yaffs2: fix clang warnings and small cleanup Jeroen Hofstee
2014-06-21 18:58 ` [U-Boot] [PATCH 1/2] yaffs2: cosmetic: remove self assignments Jeroen Hofstee
2014-06-21 18:58 ` [U-Boot] [PATCH 2/2] yaffs2: preprocessor cleanup Jeroen Hofstee
2014-06-21 19:04   ` Jeroen Hofstee [this message]
2014-07-12 13:16 ` [U-Boot] [PATCH v2 0/2] yaffs2: fix clang warnings and small cleanup Jeroen Hofstee
2014-07-12 13:16   ` [U-Boot] [PATCH v2 1/2] yaffs2: cosmetic: remove self assignments Jeroen Hofstee
2014-07-21 20:43     ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-07-12 13:16   ` [U-Boot] [PATCH v2 2/2] yaffs2: preprocessor cleanup Jeroen Hofstee
2014-07-21 20:43     ` [U-Boot] [U-Boot,v2,2/2] " Tom Rini

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=1403377449.2393.0.camel@yellow \
    --to=jeroen@myspectrum.nl \
    --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.