diff options
author | Corentin Labbe | 2019-01-18 15:03:23 +0100 |
---|---|---|
committer | Guenter Roeck | 2019-02-18 14:23:29 -0800 |
commit | e4af8ad04d7681948e06f6a8157d8664cc14f43f (patch) | |
tree | fd358b65010a2e69a524b34baef3f46987cd9116 /drivers | |
parent | 43dece162de0478fee67b635916c9a901a4a47b9 (diff) |
hwmon: (adm1029) Remove write to FFF paragraph
As suggested by checkpatch, remove the "write to FFF" paragraph.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/adm1029.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hwmon/adm1029.c b/drivers/hwmon/adm1029.c index 8c5cdb560258..3dd4c84ec89e 100644 --- a/drivers/hwmon/adm1029.c +++ b/drivers/hwmon/adm1029.c @@ -19,10 +19,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. */ #include <linux/module.h> |