kernel-shark: kshark_string_config_alloc() must take no arguments

The function is not meant to have arguments, so it must explicitly
state this. A functions taking unspecified list of parameters will
be a problem for the Pythion interface.

Link: http://lore.kernel.org/linux-trace-devel/20190327160323.31654-2-ykaradzhov@vmware.com

Signed-off-by: Yordan Karadzhov <ykaradzhov@vmware.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2 files changed