1
0
Fork 0

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>
wifi-calibration
Rashika Kheria 2013-11-10 18:59:51 +05:30 committed by Greg Kroah-Hartman
parent b5f45d8eb6
commit 09ebd191f1
1 changed files with 1 additions and 1 deletions

View 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;