diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-06-24 20:20:47 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-06-25 00:27:29 +0000 |
| commit | 0143a40f5712de0938c34e88b352b85399f88b19 (patch) | |
| tree | a0c2b06d83c48a56deff5b25be6dde6fe24e628e | |
| parent | 66d48f02de0fbf4d8efb3d4edc69f37c54f130fd (diff) | |
hwpstate_intel(4): Fix recent copyright formatting
Add an "empty" (comment) line between copyright and the Foundation text.
Fixes: 29b8220b179b ("hwpstate_intel: Use ipi instead of thread_lock + sched_bind")
Event: Halifax Hackathon 202606
Location: jrm@'s living room
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/x86/cpufreq/hwpstate_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/x86/cpufreq/hwpstate_intel.c b/sys/x86/cpufreq/hwpstate_intel.c index 6d3100217365..81edff278de8 100644 --- a/sys/x86/cpufreq/hwpstate_intel.c +++ b/sys/x86/cpufreq/hwpstate_intel.c @@ -3,6 +3,7 @@ * * Copyright (c) 2018 Intel Corporation * Copyright (c) 2026 The FreeBSD Foundation + * * Portions of this software were developed by ShengYi Hung * <aokblast@FreeBSD.org> under sponsorship from the FreeBSD Foundation. * |
