From: Rashika Kheria Date: Sun, 10 Nov 2013 13:26:40 +0000 (+0530) Subject: Staging: tidspbridge: Fix foo ** bar should be foo **bar in cmm.c X-Git-Tag: v3.14-rc1~150^2~775^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37da1c638685487d03f703c41e9740140939869;p=pandora-kernel.git Staging: tidspbridge: Fix foo ** bar should be foo **bar in cmm.c This patch fixes the following checkpatch.pl warning in pmgr/cmm.c- ERROR: "foo ** bar" should be "foo **bar" Signed-off-by: Rashika Kheria Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed