Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753143AbbB1UDs (ORCPT ); Sat, 28 Feb 2015 15:03:48 -0500 Received: from cpsmtpb-ews08.kpnxchange.com ([213.75.39.13]:57150 "EHLO cpsmtpb-ews08.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383AbbB1UDo (ORCPT ); Sat, 28 Feb 2015 15:03:44 -0500 Message-ID: <1425153821.24292.65.camel@x220> Subject: Re: [PATCH v6 2/5] power: max77843_charger: Add Max77843 charger device driver From: Paul Bolle To: Jaewon Kim Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-input@vger.kernel.org, Inki Dae , SangBae Lee , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Lee Jones , Chanwoo Choi , Sebastian Reichel , Beomho Seo , Dmitry Torokhov Date: Sat, 28 Feb 2015 21:03:41 +0100 In-Reply-To: <1424741348-8728-3-git-send-email-jaewon02.kim@samsung.com> References: <1424741348-8728-1-git-send-email-jaewon02.kim@samsung.com> <1424741348-8728-3-git-send-email-jaewon02.kim@samsung.com> 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 X-OriginalArrivalTime: 28 Feb 2015 20:03:41.0879 (UTC) FILETIME=[A6472C70:01D05391] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1006 Lines: 36 On Tue, 2015-02-24 at 10:29 +0900, Jaewon Kim wrote: > diff --git a/drivers/power/max77843_charger.c b/drivers/power/max77843_charger.c > new file mode 100644 > index 0000000..392eebc1a > --- /dev/null > +++ b/drivers/power/max77843_charger.c > @@ -0,0 +1,508 @@ > +/* > + * Charger driver for Maxim MAX77843 > + * > + * Copyright (C) 2015 Samsung Electronics, Co., Ltd. > + * Author: Beomho Seo > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published bythe Free Software Foundation. There's "bythe" again. > + */ [...] > +MODULE_LICENSE("GPL"); And that should probably be MODULE_LICENSE("GPL v2"); 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/