From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:53823 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751054AbcEJPZ0 (ORCPT ); Tue, 10 May 2016 11:25:26 -0400 Date: Tue, 10 May 2016 17:25:26 +0200 From: Michal Marek Subject: Re: [PATCH] kbuild: fix adjust_autoksyms.sh for modules that need only one symbol Message-ID: <20160510152526.GC13314@pobox.suse.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Nicolas Pitre Cc: Arnd Bergmann , linux-kbuild@vger.kernel.org On Thu, Apr 28, 2016 at 05:33:38PM -0400, Nicolas Pitre wrote: > When only one symbol was listed and therefore the line didn't contain > any space to separate multiple symbols, that symbol got ignored. > > Reported-by: Arnd Bergmann > Signed-off-by: Nicolas Pitre Applied to kbuild.git#kbuild. Michal