diff options
author | Cristina Opriceana <cristina.opriceana@gmail.com> | 2015-03-22 14:43:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-23 17:20:58 -0400 |
commit | 6cf23dfffd3c69fc5cf5e2ca6fee0ab7eb316812 (patch) | |
tree | be74beff8dfc6144734cda9b2159858031fcdda8 /drivers/staging | |
parent | e6767051951353d0156efc80f7c7aa87d632d22c (diff) |
Staging: iio: Fix file header to match standards
Fix file header to match Linux Kernel style. Remove Free Software
Foundation reference to silence the checkpatch.pl warning.
Add driver description and correct spelling mistakes.
Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/iio/magnetometer/hmc5843_core.c | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/drivers/staging/iio/magnetometer/hmc5843_core.c b/drivers/staging/iio/magnetometer/hmc5843_core.c index 6f6e96d71462..fffca3a9f637 100644 --- a/drivers/staging/iio/magnetometer/hmc5843_core.c +++ b/drivers/staging/iio/magnetometer/hmc5843_core.c | |||
@@ -1,25 +1,25 @@ | |||
1 | /* Copyright (C) 2010 Texas Instruments | 1 | /* |
2 | Author: Shubhrajyoti Datta <shubhrajyoti@ti.com> | 2 | * Device driver for the the HMC5843 multi-chip module designed |
3 | Acknowledgement: Jonathan Cameron <jic23@kernel.org> for valuable inputs. | 3 | * for low field magnetic sensing. |
4 | 4 | * | |
5 | Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. | 5 | * Copyright (C) 2010 Texas Instruments |
6 | 6 | * | |
7 | Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 | 7 | * Author: Shubhrajyoti Datta <shubhrajyoti@ti.com> |
8 | 8 | * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs. | |
9 | This program is free software; you can redistribute it and/or modify | 9 | * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. |
10 | it under the terms of the GNU General Public License as published by | 10 | * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 |
11 | the Free Software Foundation; either version 2 of the License, or | 11 | * |
12 | (at your option) any later version. | 12 | * This program is free software; you can redistribute it and/or modify |
13 | 13 | * it under the terms of the GNU General Public License as published by | |
14 | This program is distributed in the hope that it will be useful, | 14 | * the Free Software Foundation; either version 2 of the License, or |
15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | * (at your option) any later version. |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | * |
17 | GNU General Public License for more details. | 17 | * This program is distributed in the hope that it will be useful, |
18 | 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 | You should have received a copy of the GNU General Public License | 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
20 | along with this program; if not, write to the Free Software | 20 | * GNU General Public License for more details. |
21 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/module.h> | 24 | #include <linux/module.h> |
25 | #include <linux/regmap.h> | 25 | #include <linux/regmap.h> |