From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zene.cmpxchg.org ([85.214.230.12]:59178 "EHLO zene.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753157AbaHSQEU (ORCPT ); Tue, 19 Aug 2014 12:04:20 -0400 Date: Tue, 19 Aug 2014 10:56:40 -0500 From: Johannes Weiner Subject: Re: [PATCH 2/3] scripts/tags.sh: remove *PCGFLAGS regular expressions Message-ID: <20140819155640.GA11853@cmpxchg.org> References: <1408168618-6269-1-git-send-email-dirk@gouders.net> <1408168618-6269-3-git-send-email-dirk@gouders.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408168618-6269-3-git-send-email-dirk@gouders.net> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Dirk Gouders Cc: Michal Marek , Masatake YAMATO , linux-kbuild@vger.kernel.org On Sat, Aug 16, 2014 at 07:56:57AM +0200, Dirk Gouders wrote: > Commit 0a31bc97c80c3fa8 (mm: memcontrol: rewrite uncharge API) > removed the macros {TEST,SET,CLEAR,TESTCLEAR}PCFLAG. Remove > corresponding entries from tags.sh -- in the emacs case they also > produced warnigs because of unmatched '\('. > > Signed-off-by: Dirk Gouders > Inspired-by: Masatake YAMATO Looks good, thanks.