]> git.baikalelectronics.ru Git - kernel.git/commit
trace: rename trace_print_hex_seq arg and add kdoc
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 2 Feb 2017 16:09:54 +0000 (17:09 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2017 20:50:18 +0000 (15:50 -0500)
commit20b2813f01422e2f8416821a721c30a3f62d0574
treefc6ee165a3338409580a8784111f53c10b22c6d5
parenta29b06100f0547c5eee09ca9951d5622a23bfaa8
trace: rename trace_print_hex_seq arg and add kdoc

Steven suggested to improve trace_print_hex_seq() a bit after commit
1caf6c98b292 ("trace: add variant without spacing in trace_print_hex_seq")
in two ways: i) by adding a kdoc comment for the helper function
itself and ii) by renaming 'spacing' argument into 'concatenate'
to better denote that we don't add spaces between each hex bytes.

Suggested-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/trace_events.h
include/trace/trace_events.h
kernel/trace/trace_output.c