From: Daniel Borkmann <daniel@iogearbox.net>
To: Alexander Duyck <alexander.h.duyck@redhat.com>, netdev@vger.kernel.org
Cc: davem@davemloft.net
Subject: Re: [net-next PATCH] net: Fix ifdef typo in net_device definition
Date: Mon, 11 May 2015 20:39:07 +0200 [thread overview]
Message-ID: <5550F74B.6030301@iogearbox.net> (raw)
In-Reply-To: <20150511183152.13432.73713.stgit@ahduyck-vm-fedora22>
On 05/11/2015 08:31 PM, Alexander Duyck wrote:
> While trying to build for some performance testing I received the error
> message below multiple times:
>
> include/linux/netdevice.h:1658:5: warning: "CONFIG_NET_CLS_ACT" is not defined [-Wundef]
> #if CONFIG_NET_CLS_ACT
>
> It looks like this was just a typo and should have been "#ifdef" instead of
> "#if".
>
> Fixes: d2788d34885d4 ("net: sched: further simplify handle_ing")
> Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
It's already here, sorry for that:
https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4cda01e86f68dacc758b2daf6e8809f2ce915b85
Best,
Daniel
next prev parent reply other threads:[~2015-05-11 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 18:31 [net-next PATCH] net: Fix ifdef typo in net_device definition Alexander Duyck
2015-05-11 18:39 ` Daniel Borkmann [this message]
2015-05-11 19:52 ` Alexander Duyck
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=5550F74B.6030301@iogearbox.net \
--to=daniel@iogearbox.net \
--cc=alexander.h.duyck@redhat.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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).