]> git.karo-electronics.de Git - karo-tx-linux.git/commit
batman-adv: Replace a seq_puts() call by seq_putc() in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 6 May 2017 15:50:13 +0000 (17:50 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 23 May 2017 10:09:14 +0000 (12:09 +0200)
commit626caae9f25746c39b0a1204f8b8f532c1746f10
treee28bb811f8d34f8f23b10441293b5b9307acee2e
parent8ea026b1601c68fd133c3f3b0350dd1cd59ae352
batman-adv: Replace a seq_puts() call by seq_putc() in two functions

Two 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: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v.c