Re: [PATCH] add gcc printf format checks

2008-01-07 Thread Mathieu Desnoyers
include/linux/marker.h converted. > > Personally I would prefer to convert every user over to the smaller > __printf() version. > Nevertheless, below is an updated patch which does what you propose. > > =================== > > [PATCH] add gcc printf fo

Re: [PATCH] add gcc printf format checks

2008-01-06 Thread Joe Perches
On Sun, 2008-01-06 at 14:51 +0100, Helge Deller wrote: > [PATCH] add gcc printf format checks > diff --git a/include/linux/compat.h b/include/linux/compat.h > index 0e69d2c..ce2038f 100644 > --- a/include/linux/compat.h > +++ b/include/linux/compat.h > @@ -232,7 +2

[PATCH] add gcc printf format checks

2008-01-06 Thread Helge Deller
[PATCH] add gcc printf format checks trivial patch which adds some missing printf format checking to compat.h and msdos_fs.h Build-tested and no regressions found. Signed-off-by: Helge Deller <[EMAIL PROTECTED]> diff --git a/include/linux/compat.h b/include/linux/compat.h index 0