]> git.baikalelectronics.ru Git - kernel.git/commit
autofs4: change log print macros to not insert newline
authorIan Kent <ikent@redhat.com>
Tue, 15 Mar 2016 21:58:42 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Mar 2016 23:55:16 +0000 (16:55 -0700)
commita45bff0d021d416d82c46ebb12f30d2e0ac0176f
tree677c04bb4a9d60aef03a17e486f483cf511afbc5
parentbc3fbf73290e3daa08cf47011edd51d05ebe9658
autofs4: change log print macros to not insert newline

Common kernel coding practice is to include the newline of log prints
within the log text rather than hidden away in a macro.

To avoid introducing inconsistencies as changes are made change the log
macros to not include the newline.

Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/autofs_i.h
fs/autofs4/dev-ioctl.c
fs/autofs4/expire.c
fs/autofs4/inode.c
fs/autofs4/root.c
fs/autofs4/waitq.c