login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
11
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Peter Stuge <stuge-linux-pcmcia@...>
To: Roel Kluin <12o3l@...>
Cc: Al Viro <viro@...>, Mathieu Segaud <mathieu.segaud@...>, Richard Knutsson <ricknu-0@...>, <linux-pcmcia@...>, <linux-kernel@...>, <akpm@...>, <linux-ext4@...>
Subject:
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
Date: Thursday, January 10, 2008 - 11:09 pm
On Thu, Jan 10, 2008 at 10:03:58PM +0100, Roel Kluin wrote:
quoted text
> -#define DEBUG(x,args...) printk(__FUNCTION__ ": " x,##args) > +#define DEBUG(x, args...) printk("%s: ", __func__, x, ##args)
Can this really be expected to work when x contains conversions? How about: #define DEBUG(x, args...) printk("%s: " x, __func__, ##args) //Peter --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{c,h}...
, Mathieu Segaud
, (Fri Jan 4, 9:21 am)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Theodore Tso
, (Fri Jan 4, 9:44 am)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Andi Kleen
, (Fri Jan 4, 12:30 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Theodore Tso
, (Fri Jan 4, 3:01 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Andi Kleen
, (Fri Jan 4, 3:41 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Paolo Ciarrocchi
, (Fri Jan 4, 4:03 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Andi Kleen
, (Fri Jan 4, 6:33 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Paolo Ciarrocchi
, (Fri Jan 4, 8:12 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Theodore Tso
, (Fri Jan 4, 8:39 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Jan Engelhardt
, (Sat Jan 5, 5:24 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Cyrill Gorcunov
, (Fri Jan 4, 4:01 pm)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Mathieu SEGAUD
, (Fri Jan 4, 9:49 am)
Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{...
, Theodore Tso
, (Fri Jan 4, 9:56 am)
[PATCH] [Coding Style]: fs/ext{3,4}/balloc.c
, Mathieu Segaud
, (Fri Jan 4, 9:21 am)
[PATCH] [Coding Style]: fs/ext{3,4}/bitmap.c
, Mathieu Segaud
, (Fri Jan 4, 9:21 am)
[PATCH] [Coding Style]: fs/ext{3,4}/dir.c
, Mathieu Segaud
, (Fri Jan 4, 9:21 am)
[PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Mathieu Segaud
, (Fri Jan 4, 9:21 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Richard Knutsson
, (Fri Jan 4, 9:41 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Mathieu SEGAUD
, (Fri Jan 4, 9:47 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Andreas Dilger
, (Sat Jan 5, 12:12 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Dmitri Vorobiev
, (Sat Jan 5, 12:48 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Dmitri Vorobiev
, (Sat Jan 5, 12:47 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Al Viro
, (Sat Jan 5, 1:18 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Roel Kluin
, (Thu Jan 10, 5:03 pm)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Peter Stuge
, (Thu Jan 10, 11:09 pm)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Paul Mundt
, (Thu Jan 10, 11:42 pm)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Roel Kluin
, (Fri Jan 11, 5:45 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Paul Mundt
, (Fri Jan 11, 6:29 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Roel Kluin
, (Fri Jan 11, 7:04 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Paul Mundt
, (Fri Jan 11, 7:23 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Roel Kluin
, (Fri Jan 11, 8:27 am)
Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c
, Peter Stuge
, (Thu Jan 10, 11:46 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Andrew Morton
-mm merge plans for 2.6.23
Greg Kroah-Hartman
[PATCH 025/196] paride: Convert from class_device to device for block/paride
Renato S. Yamane
Error -71 on device descriptor read/all
Bart Van Assche
Integration of SCST in the mainstream Linux kernel
git
:
linux-netdev
:
David Miller
Re: [GIT]: Networking
Gerrit Renker
[PATCH 31/37] dccp: Remove manual influence on NDP Count feature
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
4 users
and
891 guests
online.
Online users
cindy1234
zeekec
lwdumeno
Nelson
Syndicate