From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 19 Oct 2011 18:52:17 -0400 Subject: [U-Boot] [PATCH 1/4] cmdline: Add linux command line munging tools In-Reply-To: <1319063459-4804-2-git-send-email-dianders@chromium.org> References: <1319063459-4804-1-git-send-email-dianders@chromium.org> <1319063459-4804-2-git-send-email-dianders@chromium.org> Message-ID: <201110191852.17840.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 "
_" 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