diff options
author | Yaniv Levinsky <yaniv.levinsky@compulab.co.il> | 2018-06-24 19:16:54 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-19 16:17:58 -0400 |
commit | 30091494eba7ddd788f0beaec04a986c3ba4f193 (patch) | |
tree | 654235fc711f41acaafb43c1924e4c20e3d5aa07 /board/freescale/p1023rdb/p1023rdb.c | |
parent | 201d9cd2b36d8f2f416537d0df63024ab0f53eec (diff) |
cmd: nvedit: rename flags in do_env_default
The naming convention for flags in nvedit.c is:
* The hashtable flag (defined in search.h) is named "env_flag"
* The command flag argument (defined in command.h) is named "flag"
This convention is kept in functions like do_env_print(), do_env_set()
and do_env_delete(), but not in do_env_default().
Rename the hashtable flag in do_env_default() from "flag" to "env_flag".
Rename the command flag in do_env_default() from "__flag" to "flag".
No functional change.
Signed-off-by: Yaniv Levinsky <yaniv.levinsky@compulab.co.il>
Reviewed-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/freescale/p1023rdb/p1023rdb.c')
0 files changed, 0 insertions, 0 deletions