]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: tidspbridge: Fix foo * bar should be foo *bar in dev.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 10 Nov 2013 13:29:51 +0000 (18:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:12:55 +0000 (12:12 -0800)
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>
drivers/staging/tidspbridge/pmgr/dev.c

index 6234ffb5e8a3998275ca6c7d3b93947df706a0e9..e23e6a23daa2e8eb50c8d5c735a3d3264ce37dea 100644 (file)
@@ -606,7 +606,7 @@ int dev_get_node_manager(struct dev_object *hdev_obj,
  *  ======== dev_get_symbol ========
  */
 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;
        struct cod_manager *cod_mgr;