From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755502AbcHSRRx (ORCPT ); Fri, 19 Aug 2016 13:17:53 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:33956 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754639AbcHSRRt (ORCPT ); Fri, 19 Aug 2016 13:17:49 -0400 Date: Fri, 19 Aug 2016 10:17:43 -0700 From: Dmitry Torokhov To: LABBE Corentin Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] input: pixcir_i2c: Remove text about writing to Free Software Foundation Message-ID: <20160819171743.GI20499@dtor-ws> References: <1471440134-23896-1-git-send-email-clabbe.montjoie@gmail.com> <1471440134-23896-2-git-send-email-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471440134-23896-2-git-send-email-clabbe.montjoie@gmail.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 Wed, Aug 17, 2016 at 03:22:13PM +0200, LABBE Corentin wrote: > Checkpatch complains about the text suggesting writing to > Free Software Foundation for GPLv2 license copy. > This patch remove that text. > > Signed-off-by: LABBE Corentin Applied, thank you. > --- > drivers/input/touchscreen/pixcir_i2c_ts.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/drivers/input/touchscreen/pixcir_i2c_ts.c b/drivers/input/touchscreen/pixcir_i2c_ts.c > index b0a2dc2..d8b8889 100644 > --- a/drivers/input/touchscreen/pixcir_i2c_ts.c > +++ b/drivers/input/touchscreen/pixcir_i2c_ts.c > @@ -11,10 +11,6 @@ > * but WITHOUT ANY WARRANTY; without even the implied warranty of > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > * GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public > - * License along with this library; if not, write to the Free Software > - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > */ > > #include > -- > 2.7.3 > -- Dmitry