From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [flasher PATCH 1/2] Fix typo in variable name Date: Fri, 04 Oct 2013 13:35:10 -0600 Message-ID: <524F186E.6020807@wwwdotorg.org> References: <1380833470-32189-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1380833470-32189-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren List-Id: linux-tegra@vger.kernel.org On 10/03/2013 02:51 PM, Stephen Warren wrote: > From: Stephen Warren > > For some reason (likely cut/paste), all the ArgParser subparsers were > stored in a variable named parser_list_configs. That variable name is at > most appropriate for one subcommand, and in fact the subcommand it would > be relevant for is not implemented by "build" but rather > "tegra-uboot-flasher". Replace this variable name with something more > appropriate and generic. Applied (the series).