From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [cbootimage] Allow @ in paths consumed by cbootimage Date: Thu, 10 Mar 2016 16:53:52 -0700 Message-ID: <56E20910.60406@wwwdotorg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Patrick Georgi Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 03/10/2016 10:34 AM, Patrick Georgi wrote: > Signed-off-by: Patrick Georgi This patch is corrupted; all the TABs seem to have been replaced with spaces. Perhaps you pasted the patch into an email editor instead on using git send-email? This patch makes me dislike the current config file parsing code; I have no idea why it works like it does rather than just using strsep(..., ",") to split up the input lines. Still, that's a pre-existing issue and nothing to do with your patch.