]>
git.karo-electronics.de Git - linux-beck.git/commit
staging: tidspbridge: rmgr: proc.c: fix checkpatch errors
fixes the following errors
ERROR: "foo * bar" should be "foo *bar"
+int proc_ctrl(void *hprocessor, u32 dw_cmd, struct dsp_cbdata * arg)
ERROR: "foo * bar" should be "foo *bar"
+int proc_get_trace(void *hprocessor, u8 * pbuf, u32 max_size)
ERROR: space prohibited after that '*' (ctx:ExW)
+ * hnotification)
^
ERROR: "foo * bar" should be "foo *bar"
+int proc_get_processor_id(void *proc, u32 * proc_id)
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>