]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
media: bdisp-debug: Replace a seq_puts() call by seq_putc() in seven functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 4 May 2017 17:14:15 +0000 (14:14 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 24 Jun 2017 12:34:08 +0000 (09:34 -0300)
commitdbe127ecae5372d8dc3b1584534d8d442ccd0220
tree01239093fd0a36335df8131dc1d72d86701fbe5f
parent2a2599c663684a1142dae0bff7737e125891ae6d
media: bdisp-debug: Replace a seq_puts() call by seq_putc() in seven functions

Seven single characters (line breaks) should be put into a sequence.
Thus use the corresponding function "seq_putc".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/sti/bdisp/bdisp-debug.c