Staging: tidspbridge: Fix foo ** bar should be foo **bar in cmm.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 10 Nov 2013 13:26:40 +0000 (18:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:10:37 +0000 (12:10 -0800)
This patch fixes the following checkpatch.pl warning in pmgr/cmm.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>

No differences found