]> git.baikalelectronics.ru Git - kernel.git/commit
apparmorfs: Use seq_putc() in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 7 May 2017 11:50:28 +0000 (13:50 +0200)
committerJohn Johansen <john.johansen@canonical.com>
Thu, 8 Jun 2017 18:21:02 +0000 (11:21 -0700)
commitb1c2a3fd6b841388d020633e4c91b8de15d1c76b
tree1528896e03b420e64228a383be0d41676682e266
parentb1e4f32c0613bd447b2fa66cef9ad3f4c6dcafa4
apparmorfs: Use 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: John Johansen <john.johansen@canonical.com>
security/apparmor/apparmorfs.c