Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946106AbbEVJeh (ORCPT ); Fri, 22 May 2015 05:34:37 -0400 Received: from lb2-smtp-cloud3.xs4all.net ([194.109.24.26]:59963 "EHLO lb2-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756675AbbEVJea (ORCPT ); Fri, 22 May 2015 05:34:30 -0400 Message-ID: <1432287264.27695.72.camel@x220> Subject: Re: [PATCH 2/2] drivers: ata: add support for Ceva sata host controller From: Paul Bolle To: Suneel Garapati Cc: Bjorn Andersson , Tejun Heo , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, michals@xilinx.com, sorenb@xilinx.com, devicetree@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Hans de Goede Date: Fri, 22 May 2015 11:34:24 +0200 In-Reply-To: <20150521215744.GE4914@htj.duckdns.org> References: <1432180625-25159-1-git-send-email-suneel.garapati@xilinx.com> <1432180625-25159-3-git-send-email-suneel.garapati@xilinx.com> <20150521215744.GE4914@htj.duckdns.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1504 Lines: 40 [Adding Bjorn.] > On Thu, May 21, 2015 at 09:27:05AM +0530, Suneel Garapati wrote: > > --- /dev/null > > +++ b/drivers/ata/ahci_ceva.c > > + * This program is free software; you can redistribute it and/or modify it > > + * under the terms and conditions of the GNU General Public License, > > + * version 2, as published by the Free Software Foundation. > > + * > > + * This program is distributed in the hope it will be useful, 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 program. If not, see . > > +MODULE_LICENSE("GPLv2"); You meant "GPL v2". "GPLv2" is not one of the idents that pass license_is_gpl_compatible(). Loading a module with that ident should trigger a warning and taint the kernel. See linux/module.h (or linux/license.h) for acceptable idents. This is a bit of a gotcha. A patch that would have helped here was posted in https://lkml.org/lkml/2015/4/7/824 . I don't know why that patch didn't make it into checkpatch.pl. Bjorn? Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/