From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:52248 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753211AbaDXNR3 (ORCPT ); Thu, 24 Apr 2014 09:17:29 -0400 Message-ID: <53590EE7.9070108@suse.cz> Date: Thu, 24 Apr 2014 15:17:27 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] scripts/tags.sh: ignore code of user space tools References: <20140421080308.14562.30914.stgit@zurg> In-Reply-To: <20140421080308.14562.30914.stgit@zurg> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Konstantin Khlebnikov , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Cc: Andrew Morton , Ingo Molnar On 2014-04-21 10:03, Konstantin Khlebnikov wrote: > User space code in tools/ often reuses names of kernel constructions, > this confuses navigation in the normal kernel code. Let's fix this mess. > > Signed-off-by: Konstantin Khlebnikov Applied to kbuild.git#misc, thanks. Michal