Re: [PATCH 1/1 linux-next] fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf

2014-10-13 Thread Joe Perches
On Mon, 2014-10-13 at 22:39 +0200, Fabian Frederick wrote: > Remove ErrorBuffer and use %pV Maybe fix the format/argument mismatches too. https://lkml.org/lkml/2010/11/10/544 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH 1/1 linux-next] fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf

2014-10-13 Thread Fabian Frederick
Remove ErrorBuffer and use %pV Cc: Joe Perches Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/affs/amigaffs.c | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/fs/affs/amigaffs.c b/fs/affs/amigaffs.c index abc8539..9643bdd 100644 ---

[PATCH 1/1 linux-next] fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf

2014-10-13 Thread Fabian Frederick
Remove ErrorBuffer and use %pV Cc: Joe Perches j...@perches.com Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/affs/amigaffs.c | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/fs/affs/amigaffs.c

Re: [PATCH 1/1 linux-next] fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf

2014-10-13 Thread Joe Perches
On Mon, 2014-10-13 at 22:39 +0200, Fabian Frederick wrote: Remove ErrorBuffer and use %pV Maybe fix the format/argument mismatches too. https://lkml.org/lkml/2010/11/10/544 -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to