2014-01-17 00:14:08

by David Cohen

[permalink] [raw]
Subject: [PATCH] gpio: intel-mid: comments cleanup

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

Signed-off-by: David Cohen <[email protected]>
---
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


2014-01-17 11:31:15

by Mika Westerberg

[permalink] [raw]
Subject: Re: [PATCH] gpio: intel-mid: comments cleanup

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 :)

2014-01-17 15:21:50

by David Cohen

[permalink] [raw]
Subject: Re: [PATCH] gpio: intel-mid: comments cleanup

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

2014-01-17 15:25:01

by David Cohen

[permalink] [raw]
Subject: [PATCH v2] gpio: intel-mid: comments cleanup

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

Signed-off-by: David Cohen <[email protected]>
---
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

2014-01-23 07:37:02

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2] gpio: intel-mid: comments cleanup

On Fri, Jan 17, 2014 at 4:30 PM, David Cohen
<[email protected]> wrote:

> This is a simple cleanup on gpio-intel-mid.c's header comments.
>
> Signed-off-by: David Cohen <[email protected]>

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