* [TRIVIAL][PATCH] fix __FUNCTION__ pasting in generic_serial.c
@ 2002-08-29 20:50 Paul Larson
0 siblings, 0 replies; only message in thread
From: Paul Larson @ 2002-08-29 20:50 UTC (permalink / raw)
To: Trivial Patch Monkey, lkml
Trivial fix for __FUNCTION__ pasting in generic_serial.c against current bk tree.
-Paul Larson
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.558 -> 1.559
# drivers/char/generic_serial.c 1.4 -> 1.5
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/08/29 plars@austin.ibm.com 1.559
# fix __FUNCTION__ pasting in generic_serial.c
# --------------------------------------------
#
diff -Nru a/drivers/char/generic_serial.c b/drivers/char/generic_serial.c
--- a/drivers/char/generic_serial.c Thu Aug 29 15:42:43 2002
+++ b/drivers/char/generic_serial.c Thu Aug 29 15:42:43 2002
@@ -41,8 +41,8 @@
#define gs_dprintk(f, str...) /* nothing */
#endif
-#define func_enter() gs_dprintk (GS_DEBUG_FLOW, "gs: enter " __FUNCTION__ "\n")
-#define func_exit() gs_dprintk (GS_DEBUG_FLOW, "gs: exit " __FUNCTION__ "\n")
+#define func_enter() gs_dprintk (GS_DEBUG_FLOW, "gs: enter %s\n", __FUNCTION__)
+#define func_exit() gs_dprintk (GS_DEBUG_FLOW, "gs: exit %s\n", __FUNCTION__)
#if NEW_WRITE_LOCKING
#define DECL /* Nothing */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-08-29 20:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-29 20:50 [TRIVIAL][PATCH] fix __FUNCTION__ pasting in generic_serial.c Paul Larson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®