diff options
-rw-r--r-- | drivers/macintosh/windfarm_max6690_sensor.c | 3 | ||||
-rw-r--r-- | drivers/macintosh/windfarm_pm112.c | 3 | ||||
-rw-r--r-- | drivers/macintosh/windfarm_pm72.c | 3 | ||||
-rw-r--r-- | drivers/macintosh/windfarm_rm31.c | 3 | ||||
-rw-r--r-- | tools/pcmcia/crc32hash.c | 1 |
5 files changed, 5 insertions, 8 deletions
diff --git a/drivers/macintosh/windfarm_max6690_sensor.c b/drivers/macintosh/windfarm_max6690_sensor.c index 6ad035e13c08..e666cc020683 100644 --- a/drivers/macintosh/windfarm_max6690_sensor.c +++ b/drivers/macintosh/windfarm_max6690_sensor.c | |||
@@ -1,9 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Windfarm PowerMac thermal control. MAX6690 sensor. | 3 | * Windfarm PowerMac thermal control. MAX6690 sensor. |
3 | * | 4 | * |
4 | * Copyright (C) 2005 Paul Mackerras, IBM Corp. <paulus@samba.org> | 5 | * Copyright (C) 2005 Paul Mackerras, IBM Corp. <paulus@samba.org> |
5 | * | ||
6 | * Use and redistribute under the terms of the GNU GPL v2. | ||
7 | */ | 6 | */ |
8 | #include <linux/types.h> | 7 | #include <linux/types.h> |
9 | #include <linux/errno.h> | 8 | #include <linux/errno.h> |
diff --git a/drivers/macintosh/windfarm_pm112.c b/drivers/macintosh/windfarm_pm112.c index fec91db1142e..4150301a89a5 100644 --- a/drivers/macintosh/windfarm_pm112.c +++ b/drivers/macintosh/windfarm_pm112.c | |||
@@ -1,11 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Windfarm PowerMac thermal control. | 3 | * Windfarm PowerMac thermal control. |
3 | * Control loops for machines with SMU and PPC970MP processors. | 4 | * Control loops for machines with SMU and PPC970MP processors. |
4 | * | 5 | * |
5 | * Copyright (C) 2005 Paul Mackerras, IBM Corp. <paulus@samba.org> | 6 | * Copyright (C) 2005 Paul Mackerras, IBM Corp. <paulus@samba.org> |
6 | * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp. | 7 | * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp. |
7 | * | ||
8 | * Use and redistribute under the terms of the GNU GPL v2. | ||
9 | */ | 8 | */ |
10 | #include <linux/types.h> | 9 | #include <linux/types.h> |
11 | #include <linux/errno.h> | 10 | #include <linux/errno.h> |
diff --git a/drivers/macintosh/windfarm_pm72.c b/drivers/macintosh/windfarm_pm72.c index 833021508c05..c5da0fc24884 100644 --- a/drivers/macintosh/windfarm_pm72.c +++ b/drivers/macintosh/windfarm_pm72.c | |||
@@ -1,10 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Windfarm PowerMac thermal control. | 3 | * Windfarm PowerMac thermal control. |
3 | * Control loops for PowerMac7,2 and 7,3 | 4 | * Control loops for PowerMac7,2 and 7,3 |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Benjamin Herrenschmidt, IBM Corp. | 6 | * Copyright (C) 2012 Benjamin Herrenschmidt, IBM Corp. |
6 | * | ||
7 | * Use and redistribute under the terms of the GNU GPL v2. | ||
8 | */ | 7 | */ |
9 | #include <linux/types.h> | 8 | #include <linux/types.h> |
10 | #include <linux/errno.h> | 9 | #include <linux/errno.h> |
diff --git a/drivers/macintosh/windfarm_rm31.c b/drivers/macintosh/windfarm_rm31.c index 9ce87cc0597f..8456eb67184b 100644 --- a/drivers/macintosh/windfarm_rm31.c +++ b/drivers/macintosh/windfarm_rm31.c | |||
@@ -1,10 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Windfarm PowerMac thermal control. | 3 | * Windfarm PowerMac thermal control. |
3 | * Control loops for RackMack3,1 (Xserve G5) | 4 | * Control loops for RackMack3,1 (Xserve G5) |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Benjamin Herrenschmidt, IBM Corp. | 6 | * Copyright (C) 2012 Benjamin Herrenschmidt, IBM Corp. |
6 | * | ||
7 | * Use and redistribute under the terms of the GNU GPL v2. | ||
8 | */ | 7 | */ |
9 | #include <linux/types.h> | 8 | #include <linux/types.h> |
10 | #include <linux/errno.h> | 9 | #include <linux/errno.h> |
diff --git a/tools/pcmcia/crc32hash.c b/tools/pcmcia/crc32hash.c index 44f8beea7260..1a18da9cb6a1 100644 --- a/tools/pcmcia/crc32hash.c +++ b/tools/pcmcia/crc32hash.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* crc32hash.c - derived from linux/lib/crc32.c, GNU GPL v2 */ | 2 | /* crc32hash.c - derived from linux/lib/crc32.c, GNU GPL v2 */ |
2 | /* Usage example: | 3 | /* Usage example: |
3 | $ ./crc32hash "Dual Speed" | 4 | $ ./crc32hash "Dual Speed" |