Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 16 Jun 2002 14:26:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 16 Jun 2002 14:26:31 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:24339 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sun, 16 Jun 2002 14:26:30 -0400 Date: Sun, 16 Jun 2002 11:26:29 -0700 (PDT) From: Linus Torvalds To: Urban Widmark cc: Erik McKee , , , , Adrian Bunk Subject: Re: [ERROR][PATCH] smbfs compilation in 2.5.21 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 747 Lines: 23 On Sun, 16 Jun 2002, Urban Widmark wrote: > > > # define PARANOIA(f, a...) printk(KERN_NOTICE "%s: " f, __FUNCTION__, ## a) > > +# define PARANOIA2(f) printk(KERN_NOTICE "%s: "f, __FUNCTION__) > > Are you looking at BK, the 2.5.21 tree I'm looking at still has: > #define PARANOIA(x...) printk(KERN_NOTICE __FUNCTION__ ": " x) Should not # define PARANOIA(f, a...) printk(KERN_NOTICE "%s: " f, __FUNCTION__ , ## a) work? Notice the one added extra space between __FUNCTION__ and ",". Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/