linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: intel-mid: comments cleanup
@ 2014-01-17  0:19 David Cohen
  2014-01-17 11:38 ` Mika Westerberg
  2014-01-17 15:30 ` [PATCH v2] " David Cohen
  0 siblings, 2 replies; 5+ messages in thread
From: David Cohen @ 2014-01-17  0:19 UTC (permalink / raw)
  To: linus.walleij, gnurou; +Cc: linux-gpio, linux-kernel, David Cohen

This is a simple cleanup on gpio-intel-mid.c's header comments.

Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
---
 drivers/gpio/gpio-intel-mid.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/gpio/gpio-intel-mid.c b/drivers/gpio/gpio-intel-mid.c
index be803af658ac..a5ef320a223f 100644
--- a/drivers/gpio/gpio-intel-mid.c
+++ b/drivers/gpio/gpio-intel-mid.c
@@ -1,7 +1,7 @@
 /*
- * Moorestown platform Langwell chip GPIO driver
+ * Intel MID GPIO driver
  *
- * Copyright (c) 2008, 2009, 2013, Intel Corporation.
+ * Copyright (c) 20014 Intel Corporation.
  *
  * 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
@@ -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 program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 /* Supports:
-- 
1.8.4.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gpio: intel-mid: comments cleanup
  2014-01-17  0:19 [PATCH] gpio: intel-mid: comments cleanup David Cohen
@ 2014-01-17 11:38 ` Mika Westerberg
  2014-01-17 15:26   ` David Cohen
  2014-01-17 15:30 ` [PATCH v2] " David Cohen
  1 sibling, 1 reply; 5+ messages in thread
From: Mika Westerberg @ 2014-01-17 11:38 UTC (permalink / raw)
  To: David Cohen; +Cc: linus.walleij, gnurou, linux-gpio, linux-kernel

On Thu, Jan 16, 2014 at 04:19:11PM -0800, David Cohen wrote:
> - * Copyright (c) 2008, 2009, 2013, Intel Corporation.
> + * Copyright (c) 20014 Intel Corporation.

Heh, it should probably be 2014 :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gpio: intel-mid: comments cleanup
  2014-01-17 11:38 ` Mika Westerberg
@ 2014-01-17 15:26   ` David Cohen
  0 siblings, 0 replies; 5+ messages in thread
From: David Cohen @ 2014-01-17 15:26 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: linus.walleij, gnurou, linux-gpio, linux-kernel

On Fri, Jan 17, 2014 at 01:38:12PM +0200, Mika Westerberg wrote:
> On Thu, Jan 16, 2014 at 04:19:11PM -0800, David Cohen wrote:
> > - * Copyright (c) 2008, 2009, 2013, Intel Corporation.
> > + * Copyright (c) 20014 Intel Corporation.
> 
> Heh, it should probably be 2014 :)

Thanks for pointing that out.
But didn't I tell you? I'm from the future :)

Br, David

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] gpio: intel-mid: comments cleanup
  2014-01-17  0:19 [PATCH] gpio: intel-mid: comments cleanup David Cohen
  2014-01-17 11:38 ` Mika Westerberg
@ 2014-01-17 15:30 ` David Cohen
  2014-01-23  7:36   ` Linus Walleij
  1 sibling, 1 reply; 5+ messages in thread
From: David Cohen @ 2014-01-17 15:30 UTC (permalink / raw)
  To: linus.walleij, gnurou; +Cc: linux-gpio, linux-kernel, David Cohen

This is a simple cleanup on gpio-intel-mid.c's header comments.

Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
---
 drivers/gpio/gpio-intel-mid.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/gpio/gpio-intel-mid.c b/drivers/gpio/gpio-intel-mid.c
index be803af658ac..41218e93b9fe 100644
--- a/drivers/gpio/gpio-intel-mid.c
+++ b/drivers/gpio/gpio-intel-mid.c
@@ -1,7 +1,7 @@
 /*
- * Moorestown platform Langwell chip GPIO driver
+ * Intel MID GPIO driver
  *
- * Copyright (c) 2008, 2009, 2013, Intel Corporation.
+ * Copyright (c) 2014 Intel Corporation.
  *
  * 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
@@ -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 program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 /* Supports:
-- 
1.8.4.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] gpio: intel-mid: comments cleanup
  2014-01-17 15:30 ` [PATCH v2] " David Cohen
@ 2014-01-23  7:36   ` Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2014-01-23  7:36 UTC (permalink / raw)
  To: David Cohen; +Cc: Alexandre Courbot, linux-gpio, linux-kernel

On Fri, Jan 17, 2014 at 4:30 PM, David Cohen
<david.a.cohen@linux.intel.com> wrote:

> This is a simple cleanup on gpio-intel-mid.c's header comments.
>
> Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>

Applied, but I changed it like this:

> - * Copyright (c) 2008, 2009, 2013, Intel Corporation.
> + * Copyright (c) 2014 Intel Corporation.

To-> Copyright (c) 2008-2014

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-23  7:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-17  0:19 [PATCH] gpio: intel-mid: comments cleanup David Cohen
2014-01-17 11:38 ` Mika Westerberg
2014-01-17 15:26   ` David Cohen
2014-01-17 15:30 ` [PATCH v2] " David Cohen
2014-01-23  7:36   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).