]> git.karo-electronics.de Git - linux-beck.git/commit
Staging: tidspbridge: Fix foo * bar should be foo *bar in dspapi.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 10 Nov 2013 13:32:54 +0000 (19:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:12:55 +0000 (12:12 -0800)
commit9279e0c6ed247ae467d0a369ac1390bca8f28519
tree2f20df8042e6dcbfe694c6943010875b1fc0c3a2
parent6467f5c15e7f17b921bd57bccd662b1b3030927a
Staging: tidspbridge: Fix foo * bar should be foo *bar in dspapi.c

This patch fixes the following checkpatch.pl warning in pmgr/dspapi.c-
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/pmgr/dspapi.c