linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] __KERNEL__ pasting in drivers/net/wan/cycx_x25.c
@ 2002-09-21 11:22 adam
  2002-09-21 12:29 ` Bernd Eckenfels
  0 siblings, 1 reply; 2+ messages in thread
From: adam @ 2002-09-21 11:22 UTC (permalink / raw)
  To: linux-kernel

This patch cleans up the __FUNCTION__ pasting to the new
standard.

    Adam


--- drivers/net/wan/cycx_x25.c.orig	Sat Sep 21 21:07:25 2002
+++ drivers/net/wan/cycx_x25.c	Sat Sep 21 21:08:28 2002
@@ -1446,7 +1446,7 @@
         unsigned char *ptr;
 
         if ((skb = dev_alloc_skb(1)) == NULL) {
-                printk(KERN_ERR __FUNCTION__ ": out of memory\n");
+                printk(KERN_ERR "%s: out of memory\n", __FUNCTION__);
                 return;
         }
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-21 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-21 11:22 [PATCH] __KERNEL__ pasting in drivers/net/wan/cycx_x25.c adam
2002-09-21 12:29 ` Bernd Eckenfels

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).