netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: kinwin2008@gmail.com
Cc: netdev@vger.kernel.org, ronyjin@tencent.com
Subject: Re: [PATCH] ipv4: cleanups to use IS_ENABLED(CONFIG_FOO)
Date: Tue, 06 Dec 2011 13:23:58 -0500 (EST)	[thread overview]
Message-ID: <20111206.132358.487635887913670480.davem@davemloft.net> (raw)
In-Reply-To: <1323174289-2289-1-git-send-email-kinwin2008@gmail.com>

From: Feng King <kinwin2008@gmail.com>
Date: Tue,  6 Dec 2011 20:24:49 +0800

> From: Feng Jin <ronyjin@tencent.com>
> 
> use #if IS_ENABLED(CONFIG_FOO) defined in include/linux/kconfig.h
> instead of #if defined(CONFIG_FOO) || defined(CONFIG_FOO_MODULE).
> 
> Signed-off-by: Feng Jin <ronyjin@tencent.com>

This patch does not apply to net-next properly.

      reply	other threads:[~2011-12-06 18:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06 12:24 [PATCH] ipv4: cleanups to use IS_ENABLED(CONFIG_FOO) Feng King
2011-12-06 18:23 ` David Miller [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=20111206.132358.487635887913670480.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=kinwin2008@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=ronyjin@tencent.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).