From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtprelay0030.hostedemail.com ([216.40.44.30] helo=smtprelay.hostedemail.com) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XNjLq-0005PB-0S for linux-mtd@lists.infradead.org; Sat, 30 Aug 2014 14:09:58 +0000 Message-ID: <1409407766.2664.0.camel@joe-AO725> Subject: Re: [PATCH] mtd: denali: fix include guard and license block of denali.h From: Joe Perches To: Josh Triplett Date: Sat, 30 Aug 2014 07:09:26 -0700 In-Reply-To: <20140829183050.GA1532@thin> References: <1409310051-25726-1-git-send-email-yamada.m@jp.panasonic.com> <20140829183050.GA1532@thin> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: Huang Shijie , linux-kernel@vger.kernel.org, Masahiro Yamada , linux-mtd@lists.infradead.org, apw@canonical.com, Brian Norris , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2014-08-29 at 11:30 -0700, Josh Triplett wrote: > (Side note: could we get checkpatch to complain about comment headers > containing the name of the file they appear in? They're always either > redundant or wrong.) Sure, if you can write a regex to determine an incorrect filename. Good luck with that.