commit | de83256632ecc1b63e039a2df93f8105fb6cfe5c | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Mon Nov 07 01:13:59 2011 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 22 08:39:25 2011 +0100 |
tree | e11e98b46fddab3493166de6a231b0fa794ce7d0 | |
parent | 23b54b98b49838d711973c56267585dbdd8d5b87 [diff] |
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>