Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752150AbdGUM0J (ORCPT ); Fri, 21 Jul 2017 08:26:09 -0400 Received: from mga02.intel.com ([134.134.136.20]:38544 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762AbdGUM0H (ORCPT ); Fri, 21 Jul 2017 08:26:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,389,1496127600"; d="scan'208";a="110451129" From: "Mani, Rajmohan" To: Lee Jones CC: "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-acpi@vger.kernel.org" , Linus Walleij , Alexandre Courbot , "Rafael J. Wysocki" , Len Brown , "sakari.ailus@linux.intel.com" , "Andy Shevchenko" Subject: RE: [PATCH v4 1/3] mfd: Add new mfd device TPS68470 Thread-Topic: [PATCH v4 1/3] mfd: Add new mfd device TPS68470 Thread-Index: AQHTAOa9zEd+focor0e+zW969r8dYKJc4YQAgACTgJCAAL80oA== Date: Fri, 21 Jul 2017 12:26:04 +0000 Message-ID: <6F87890CF0F5204F892DEA1EF0D77A59725DD9D7@FMSMSX114.amr.corp.intel.com> References: <1500506426-3047-1-git-send-email-rajmohan.mani@intel.com> <1500506426-3047-2-git-send-email-rajmohan.mani@intel.com> <20170720090300.ayx5pz5l4yntefpt@dell> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.1.200.108] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v6LCQFKK009566 Content-Length: 761 Lines: 24 Hi Lee, > > > + * This program is free software; you can redistribute it and/or > > > + * modify it under the terms of the GNU General Public License as > > > + * published by the Free Software Foundation version 2. > > > + * > > > + * This program is distributed "as is" WITHOUT ANY WARRANTY of any > > > + * kind, whether express or implied; without even the implied > > > + warranty > > > + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See > the > > > + * GNU General Public License for more details. > > > > Can you use the short version? > > > > Ack > I will update the other patches of this series too. > I just confirmed that we are recommended to use the above long version of headers. So, these headers will stay as such. Thanks Raj