From: Clemens Buchacher <drizzd@aon.at>
To: kernel-janitors@vger.kernel.org
Subject: [Kernel-janitors] [PATCH] __FUNCTION__ string concatenation
Date: Sun, 19 Sep 2004 15:15:54 +0000 [thread overview]
Message-ID: <20040920150745.GC12577@kzelldran> (raw)
In-Reply-To: <20040705120057.GA22161@moley.homelinux.net>
[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]
Description: __FUNCTION__ string concatenation is deprecated
Diff against linux-2.6 up to ChangeSet@1.1938 (04/09/18 20:30:01)
drivers/net/wireless/prism54/islpci_mgt.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Status: compile time tested
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
# drivers/net/wireless/prism54/islpci_mgt.h
# 2004/09/20 14:52:26+02:00 drizzd@aon.at +1 -1
# __FUNCTION__ string concatenation is deprecated
diff -Nru a/drivers/net/wireless/prism54/islpci_mgt.h b/drivers/net/wireless/prism54/islpci_mgt.h
--- a/drivers/net/wireless/prism54/islpci_mgt.h 2004-09-20 15:14:54 +02:00
+++ b/drivers/net/wireless/prism54/islpci_mgt.h 2004-09-20 15:14:54 +02:00
@@ -31,7 +31,7 @@
#define K_DEBUG(f, m, args...) do { if(f & m) printk(KERN_DEBUG args); } while(0)
#define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)
-#define TRACE(devname) K_DEBUG(SHOW_TRACING, VERBOSE, "%s: -> " __FUNCTION__ "()\n", devname)
+#define TRACE(devname) K_DEBUG(SHOW_TRACING, VERBOSE, "%s: -> %s()\n", devname, __FUNCTION__)
extern int pc_debug;
#define init_wds 0 /* help compiler optimize away dead code */
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2004-09-19 15:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-05 12:00 [Kernel-janitors] [patch] __FUNCTION__ string concatenation Clemens Buchacher
2004-09-19 15:14 ` [Kernel-janitors] [PATCH] " Clemens Buchacher
2004-09-19 15:15 ` Clemens Buchacher [this message]
2004-09-19 15:25 ` Clemens Buchacher
2004-09-20 16:51 ` maximilian attems
2004-09-20 16:59 ` maximilian attems
2004-09-22 13:35 ` Clemens Buchacher
2004-09-22 15:36 ` Steve Longerbeam
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=20040920150745.GC12577@kzelldran \
--to=drizzd@aon.at \
--cc=kernel-janitors@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 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.