Re: [PATCH 1/1] fs/ubifs/super.c: replace seq_printf by seq_puts

2014-07-15 Thread Artem Bityutskiy
On Tue, 2014-07-15 at 21:26 +0200, Fabian Frederick wrote: > Fix checkpatch warnings: > "WARNING: Prefer seq_puts to seq_printf" Applied to linux-ubifs.git, added Andrew's comments there, thanks. -- Best Regards, Artem Bityutskiy -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH 1/1] fs/ubifs/super.c: replace seq_printf by seq_puts

2014-07-15 Thread Richard Weinberger
Am 15.07.2014 22:59, schrieb Andrew Morton: > On Tue, 15 Jul 2014 22:10:24 +0200 Richard Weinberger > wrote: > >> On Tue, Jul 15, 2014 at 9:26 PM, Fabian Frederick wrote: >>> Fix checkpatch warnings: >>> "WARNING: Prefer seq_puts to seq_printf" >> >> Can you explain why seq_puts() is preferred

Re: [PATCH 1/1] fs/ubifs/super.c: replace seq_printf by seq_puts

2014-07-15 Thread Andrew Morton
On Tue, 15 Jul 2014 22:10:24 +0200 Richard Weinberger wrote: > On Tue, Jul 15, 2014 at 9:26 PM, Fabian Frederick wrote: > > Fix checkpatch warnings: > > "WARNING: Prefer seq_puts to seq_printf" > > Can you explain why seq_puts() is preferred over seq_printf()? - puts is presumably faster - p

Re: [PATCH 1/1] fs/ubifs/super.c: replace seq_printf by seq_puts

2014-07-15 Thread Richard Weinberger
On Tue, Jul 15, 2014 at 9:26 PM, Fabian Frederick wrote: > Fix checkpatch warnings: > "WARNING: Prefer seq_puts to seq_printf" Can you explain why seq_puts() is preferred over seq_printf()? > Cc: Artem Bityutskiy > Cc: Adrian Hunter > Cc: Andrew Morton > Cc: linux-...@lists.infradead.org > Si

[PATCH 1/1] fs/ubifs/super.c: replace seq_printf by seq_puts

2014-07-15 Thread Fabian Frederick
Fix checkpatch warnings: "WARNING: Prefer seq_puts to seq_printf" Cc: Artem Bityutskiy Cc: Adrian Hunter Cc: Andrew Morton Cc: linux-...@lists.infradead.org Signed-off-by: Fabian Frederick --- fs/ubifs/super.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fs