Staging: tidspbridge: Fix foo * bar should be foo *bar in dev.c

This patch fixes the following checkpatch.pl warning in pmgr/dev.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>
This commit is contained in:
Rashika Kheria 2013-11-10 18:59:51 +05:30 committed by Greg Kroah-Hartman
parent b5f45d8eb6
commit 09ebd191f1

View file

@ -606,7 +606,7 @@ int dev_get_node_manager(struct dev_object *hdev_obj,
* ======== dev_get_symbol ======== * ======== dev_get_symbol ========
*/ */
int dev_get_symbol(struct dev_object *hdev_obj, int dev_get_symbol(struct dev_object *hdev_obj,
const char *str_sym, u32 * pul_value) const char *str_sym, u32 *pul_value)
{ {
int status = 0; int status = 0;
struct cod_manager *cod_mgr; struct cod_manager *cod_mgr;