From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755986AbaIRGdb (ORCPT ); Thu, 18 Sep 2014 02:33:31 -0400 Received: from mail-pd0-f173.google.com ([209.85.192.173]:56209 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752778AbaIRGda (ORCPT ); Thu, 18 Sep 2014 02:33:30 -0400 Date: Wed, 17 Sep 2014 23:33:26 -0700 From: Brian Norris To: Masahiro Yamada Cc: linux-mtd@lists.infradead.org, David Woodhouse , Josh Triplett , Huang Shijie , linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: denali: fix include guard and license block of denali.h Message-ID: <20140918063326.GL7362@norris-Latitude-E6410> References: <1409310051-25726-1-git-send-email-yamada.m@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1409310051-25726-1-git-send-email-yamada.m@jp.panasonic.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 29, 2014 at 08:00:51PM +0900, Masahiro Yamada wrote: > It looks like this header file is a concatenation of two headers. > Anyway, the include guard should be renamed and placed at the correct > postion and the license block in the middle should be deleted. > > Signed-off-by: Masahiro Yamada Pushed to l2-mtd.git. Thanks! Brian From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XUVHq-0001AZ-St for linux-mtd@lists.infradead.org; Thu, 18 Sep 2014 06:33:51 +0000 Received: by mail-pa0-f42.google.com with SMTP id lj1so806044pab.1 for ; Wed, 17 Sep 2014 23:33:29 -0700 (PDT) Date: Wed, 17 Sep 2014 23:33:26 -0700 From: Brian Norris To: Masahiro Yamada Subject: Re: [PATCH] mtd: denali: fix include guard and license block of denali.h Message-ID: <20140918063326.GL7362@norris-Latitude-E6410> References: <1409310051-25726-1-git-send-email-yamada.m@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1409310051-25726-1-git-send-email-yamada.m@jp.panasonic.com> Cc: David Woodhouse , linux-mtd@lists.infradead.org, Josh Triplett , Huang Shijie , linux-kernel@vger.kernel.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Aug 29, 2014 at 08:00:51PM +0900, Masahiro Yamada wrote: > It looks like this header file is a concatenation of two headers. > Anyway, the include guard should be renamed and placed at the correct > postion and the license block in the middle should be deleted. > > Signed-off-by: Masahiro Yamada Pushed to l2-mtd.git. Thanks! Brian