]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging:tidspbridge: rmgr: fix checkpatch errors
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 17 Mar 2013 05:21:10 +0000 (01:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 18:02:55 +0000 (11:02 -0700)
commitf3109117aa86bd402714785145481d0eaedff332
tree0c469ddd255eac6036059e75e80c7361c9a7fac0
parent2cc5939d761b8c8c6de16814bad4126e4a173d11
staging:tidspbridge: rmgr: fix checkpatch errors

fixes the following errors

ERROR: "foo ** bar" should be "foo **bar"
+int strm_free_buffer(struct strm_res_object *strmres, u8 ** ap_buffer,

ERROR: "foo ** bar" should be "foo **bar"
+int strm_reclaim(struct strm_object *stream_obj, u8 ** buf_ptr,

ERROR: space prohibited after that '*' (ctx:ExW)
+ * hnotification)
  ^

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/rmgr/strm.c