From: S P <speattle@yahoo.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [patch] cleanup unused macro in net/netlink/af_netlink.c
Date: Fri, 28 Apr 2006 13:51:43 -0700 (PDT) [thread overview]
Message-ID: <20060428205143.20727.qmail@web36613.mail.mud.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 232 bytes --]
1 line removal, of unused macro.
ran 'egrep -r' from linux-2.6.16/ for Nprintk and
didn't see it anywhere else but here, in #define...
------------------------------------------------
signed off by: soyoung park<speattle@yahoo.com>
[-- Attachment #2: 1497678878-remove_unused_macro.txt --]
[-- Type: text/plain, Size: 313 bytes --]
--- linux-2.6.16/net/netlink/af_netlink.c~ Sun Mar 19 21:53:29 2006
+++ linux-2.6.16/net/netlink/af_netlink.c Fri Apr 28 13:41:52 2006
@@ -61,7 +61,6 @@
#include <net/scm.h>
#include <net/netlink.h>
-#define Nprintk(a...)
#define NLGRPSZ(x) (ALIGN(x, sizeof(unsigned long) * 8) / 8)
struct netlink_sock {
next reply other threads:[~2006-04-28 20:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-28 20:51 S P [this message]
2006-04-28 21:59 ` [patch] cleanup unused macro in net/netlink/af_netlink.c David S. Miller
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=20060428205143.20727.qmail@web36613.mail.mud.yahoo.com \
--to=speattle@yahoo.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