Staging: irda: drivers: Replace seq_printf with seq_puts or seq_putc
authorGeorgiana Chelu <georgiana.chelu93@gmail.com>
Sat, 23 Sep 2017 22:13:44 +0000 (01:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Sep 2017 13:22:51 +0000 (15:22 +0200)
commit12918201e16af5db4af3599fd2265ee966f3cf5d
treed19f344bf2d5651ce47571a1edddb001119a8375
parent8e55b6fd06605823564dee522b32a356b861fd9e
Staging: irda: drivers: Replace seq_printf with seq_puts or seq_putc

Replace seq_printf with seq_puts or seq_putc when
there is no argument list.

Fix the checkpatch warning:
WARNING: Prefer seq_puts to seq_printf

Signed-off-by: Georgiana Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/irda/drivers/vlsi_ir.c