]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
torture: TOROUT_STRING(): Insert a space between flag and message
authorSeongJae Park <sj38.park@gmail.com>
Sun, 21 Aug 2016 07:54:40 +0000 (16:54 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 22 Aug 2016 17:10:12 +0000 (10:10 -0700)
commit489bb3d252d41392ce52590e49f0ae8782fb016e
tree02263ce38f105ba0ec79ab8589c7f43782f58cc7
parenta56fefa2605cf8e125ef09451487f30336128028
torture: TOROUT_STRING(): Insert a space between flag and message

The TOROUT_STRING() macro does not insert a space between the flag and
the message.  In contrast, other similar torture-test dmesg messages
consistently supply a single space character.  This difference makes the
output hard to read and to mechanically parse.  This commit therefore
adds a space character between flag and message in TOROUT_STRING() output.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/torture.h