forked from Minki/linux
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:
parent
b5f45d8eb6
commit
09ebd191f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user