From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 26 Jul 2017 13:43:14 -0400 Subject: [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set() In-Reply-To: <20170726172948.GJ26163@bill-the-cat> References: <20170724032009.43994-1-sjg@chromium.org> <20170724032009.43994-32-sjg@chromium.org> <20170726161137.GI26163@bill-the-cat> <20170726172948.GJ26163@bill-the-cat> Message-ID: <20170726174314.GL26163@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jul 26, 2017 at 01:29:48PM -0400, Tom Rini wrote: > On Wed, Jul 26, 2017 at 10:28:38AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On 26 July 2017 at 10:11, Tom Rini wrote: > > > On Sun, Jul 23, 2017 at 09:20:06PM -0600, Simon Glass wrote: > > > > > >> We are now using an env_ prefix for environment functions. Rename these > > >> for consistency. Also add function comments in common.h. > > >> > > >> Suggested-by: Wolfgang Denk > > >> Signed-off-by: Simon Glass > > >> --- > > >> > > >> Changes in v2: > > >> - Add new patch to rename setenv() and friends to env_set() > > > [snip] > > >> 214 files changed, 630 insertions(+), 599 deletions(-) > > > > > > This gets pretty massive, and the "and friends" includes things like > > > eth_setenv_enetaddr and fsl_setenv_chain_of_trust. Wolfgang, since it > > > was your suggestion, how about we just rename setenv() to env_set() to > > > match the rest and leave "and friends" alone? Thanks! > > > > I'm fine with that. It does leave some inconsistency though. Is that > > the end state you want? > > Honestly? I think so, yes. "^setenv()$" becoming "^env_set()$" to > match the rest of the "^env_xxx()$" API makes sense to me, while > "^eth_setenv_enetaddr()$" and "^fsl_setenv_chain_of_trust()$" are other > namespaces and at least should be stand-alone patches that their > respective custodians ack and pickup. YMMV on if those different names > make it clearer in those cases, but making it clear setenv() is part of > the env_xxx family is an improvement in my mind. And %s/set/get/ as > well, for the follow-up patch of course. And now, trying to be clear has bit me. setenv_hex, etc, are part of the "env" API and should also be renamed for clarity. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: