commit | 90967c87e3383c6b8400803ed8e28f2903e279ec | [log] [tgz] |
---|---|---|
author | Ian Kent <ikent@redhat.com> | Tue Mar 15 14:58:42 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 15 16:55:16 2016 -0700 |
tree | 677c04bb4a9d60aef03a17e486f483cf511afbc5 | |
parent | cab49f9ed880be69fd8f6a3419347a368ff0ec32 [diff] |
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>