[U-Boot] [PATCH 1/4] cmdline: Add linux command line munging tools

Mike Frysinger vapier at gentoo.org
Thu Oct 20 00:52:17 CEST 2011


On Wednesday 19 October 2011 18:30:56 Doug Anderson wrote:
> --- /dev/null
> +++ b/include/cmdline.h
>
> +int remove_cmdline_param(char *cmdline, const char *param_name);
> +void add_cmdline_param(char *cmdline, const char *toappend, int bufsize);

i'm not particularly enamored with this naming style.  i find the style of 
"<section>_<operation>" to be easier on the eyes rather than this RPN.

i.e. cmdline_param_remove() and cmdline_param_add()
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111019/fc3fd3b6/attachment.pgp 


More information about the U-Boot mailing list