From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 11 Mar 2015 10:22:23 -0600 Subject: [U-Boot] [PATCH] config_distro_bootcmd.h: add note on error handling In-Reply-To: <20150311155119.GQ32541@bill-the-cat> References: <1426023658-6721-1-git-send-email-swarren@wwwdotorg.org> <20150311155119.GQ32541@bill-the-cat> Message-ID: <55006BBF.7040009@wwwdotorg.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 03/11/2015 09:51 AM, Tom Rini wrote: > On Tue, Mar 10, 2015 at 03:40:58PM -0600, Stephen Warren wrote: > >> From: Stephen Warren >> >> This should make it more clear why there appear to be C pre-processor >> symbols in the file that contain mixed case. They're really error >> messages. >> >> Suggested-by: Simon Glass >> Signed-off-by: Stephen Warren > > Reviewed-by: Tom Rini Thanks. It looks like you usually apply the patches to this file rather than acking it for someone else to take. Was your reviewed-by just a hint you're waiting for e.g. Simon to review it too?