summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/hwmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/hwmon.c')
-rw-r--r--drivers/hwmon/hwmon.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/hwmon.c b/drivers/hwmon/hwmon.c
index 429784edd5ff..05e120e01cb4 100644
--- a/drivers/hwmon/hwmon.c
+++ b/drivers/hwmon/hwmon.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * hwmon.c - part of lm_sensors, Linux kernel modules for hardware monitoring 3 * hwmon.c - part of lm_sensors, Linux kernel modules for hardware monitoring
3 * 4 *
4 * This file defines the sysfs class "hwmon", for use by sensors drivers. 5 * This file defines the sysfs class "hwmon", for use by sensors drivers.
5 * 6 *
6 * Copyright (C) 2005 Mark M. Hoffman <mhoffman@lightlink.com> 7 * Copyright (C) 2005 Mark M. Hoffman <mhoffman@lightlink.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 */ 8 */
12 9
13#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 10#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt