From: Devendra Naga Date: Sun, 17 Mar 2013 05:21:11 +0000 (-0400) Subject: staging: tidspbridge: rmgr: proc.c: fix checkpatch errors X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~527 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c824e7faf49143709617c67c146783ee6e1780d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed