From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 16 May 2016 11:29:00 +0200 Subject: [U-Boot] [PATCH 01/20] tiny-printf: Tidy up a few nits In-Reply-To: <1463256198-3829-2-git-send-email-sjg@chromium.org> References: <1463256198-3829-1-git-send-email-sjg@chromium.org> <1463256198-3829-2-git-send-email-sjg@chromium.org> Message-ID: <573992DC.7020803@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14.05.2016 22:02, Simon Glass wrote: > - Rename 'w' to 'width' to make it more obvious what it is used for > - Use bool and int types instead of char to avoid register-masking on > 32-bit machines > > Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan