git: 0143a40f5712 - main - hwpstate_intel(4): Fix recent copyright formatting

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Thu, 25 Jun 2026 00:28:01 UTC
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=0143a40f5712de0938c34e88b352b85399f88b19

commit 0143a40f5712de0938c34e88b352b85399f88b19
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-06-24 20:20:47 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-06-25 00:27:29 +0000

    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
---
 sys/x86/cpufreq/hwpstate_intel.c | 1 +
 1 file changed, 1 insertion(+)

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.
  *