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
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
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
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
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
5 matches
Mail list logo