Home
last modified time | relevance | path

Searched hist:d09b1787a4b1396e296fb69e7f1ab1d6345441d9 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dcommand.hd09b1787a4b1396e296fb69e7f1ab1d6345441d9 Mon Nov 07 01:13:59 UTC 2011 Igor Grinberg <grinberg@compulab.co.il> env: clean cmd_nvedit.c checkpatch and code style

Cleanup the cmd_nvedit.c checkpatch warnings, errors and coding style.
There are 10 wanrings left about the simple_strtoul() function:
WARNING: simple_strtoul is obsolete, use kstrtoul instead
#359: FILE: cmd_nvedit.c:359:
+ load_addr = simple_strtoul(argv[2], NULL, 16);

...

total: 0 errors, 10 warnings, 1043 lines checked

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
H A Denvironment.hd09b1787a4b1396e296fb69e7f1ab1d6345441d9 Mon Nov 07 01:13:59 UTC 2011 Igor Grinberg <grinberg@compulab.co.il> env: clean cmd_nvedit.c checkpatch and code style

Cleanup the cmd_nvedit.c checkpatch warnings, errors and coding style.
There are 10 wanrings left about the simple_strtoul() function:
WARNING: simple_strtoul is obsolete, use kstrtoul instead
#359: FILE: cmd_nvedit.c:359:
+ load_addr = simple_strtoul(argv[2], NULL, 16);

...

total: 0 errors, 10 warnings, 1043 lines checked

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>