rcuperf: Consistently insert space between flag and message
authorSeongJae Park <sj38.park@gmail.com>
Sun, 21 Aug 2016 07:54:39 +0000 (16:54 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 22 Aug 2016 17:06:16 +0000 (10:06 -0700)
commita56fefa2605cf8e125ef09451487f30336128028
tree9be98a7cc020828aabf66f2e1fd09d0dae8ba1ce
parent472213a675e21185416101a77102253f93713fa9
rcuperf: Consistently insert space between flag and message

A few rcuperf dmesg output messages have no space between the flag and
the start of the message. In contrast, every other messages consistently
supplies a single space.  This difference makes rcuperf dmesg output
hard to read and to mechanically parse.  This commit therefore fixes
this problem by modifying a pr_alert() call and PERFOUT_STRING() macro
function to provide that single space.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/rcuperf.c