From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Opaniuk Date: Thu, 21 Mar 2019 17:42:20 +0200 Subject: [U-Boot] [PATCH v3 1/7] cmd: part: Add 'number' sub-command In-Reply-To: <20190310224154.GA25918@x230> References: <1550506917-25547-1-git-send-email-igor.opaniuk@linaro.org> <1550506917-25547-2-git-send-email-igor.opaniuk@linaro.org> <20190310224154.GA25918@x230> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Eugeniu, On Mon, Mar 11, 2019 at 12:42 AM Eugeniu Rosca wrote: > > > Hi Igor, > > On Mon, Feb 18, 2019 at 06:21:51PM +0200, Igor Opaniuk wrote: > > From: Ruslan Trofymenko > > > > This sub-command serves for getting the partition index from > > partition name. > > [..] > > > CMD_PART_INFO_SIZE, > > + CMD_PART_INFO_NUMBER > > IMHO 's/number/index/' (when referring to the id of a partition) would > make code and documentation more clear since 'number' can be confused > with 'count' while 'index' is unequivocal. > > Feel free to ignore it though, as the terms seem to be intermixed in > various places of Linux/U-Boot (my opinion still stands). Agree, will be fixed in v4. > The review comment also applies to other patches from this series: > - https://patchwork.ozlabs.org/patch/1044153/ ("[U-Boot,v3,2/7] disk: > part: Extend API to get partition info") > - https://patchwork.ozlabs.org/patch/1044162/ ("[U-Boot,v3,6/7] doc: > android: Add simple guide for A/B updates") > - https://patchwork.ozlabs.org/patch/1044160/ ("[U-Boot,v3,7/7] env: > am57xx: Implement A/B boot process") > > Best regards, > Eugeniu. > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > https://lists.denx.de/listinfo/u-boot