Commit 6cf23dff authored by Cristina Opriceana's avatar Cristina Opriceana Committed by Greg Kroah-Hartman

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: default avatarCristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e6767051
/* Copyright (C) 2010 Texas Instruments /*
Author: Shubhrajyoti Datta <shubhrajyoti@ti.com> * Device driver for the the HMC5843 multi-chip module designed
Acknowledgement: Jonathan Cameron <jic23@kernel.org> for valuable inputs. * for low field magnetic sensing.
*
Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. * Copyright (C) 2010 Texas Instruments
*
Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 * Author: Shubhrajyoti Datta <shubhrajyoti@ti.com>
* Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs.
This program is free software; you can redistribute it and/or modify * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>.
it under the terms of the GNU General Public License as published by * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
This program is distributed in the hope that it will be useful, * the Free Software Foundation; either version 2 of the License, or
but WITHOUT ANY WARRANTY; without even the implied warranty of * (at your option) any later version.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
GNU General Public License for more details. * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
You should have received a copy of the GNU General Public License * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
along with this program; if not, write to the Free Software * GNU General Public License for more details.
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/regmap.h> #include <linux/regmap.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment