git: 4a20c0a9cd07 - main - sched_ule: Fix spelling of csr_cpu in comment.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Aug 2026 20:51:07 UTC
The branch main has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/src/commit/?id=4a20c0a9cd07b4fb9c864c1761a9b1707c6e675e
commit 4a20c0a9cd07b4fb9c864c1761a9b1707c6e675e
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2026-08-26 20:48:42 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2026-08-26 20:49:52 +0000
sched_ule: Fix spelling of csr_cpu in comment.
Commit 08063e9f98 renamed cs_cpu to csr_cpu.
---
sys/kern/sched_ule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index a9fe49b11ff7..63a82addbd20 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -733,7 +733,7 @@ struct cpu_search {
struct cpu_search_res {
int csr_cpu; /* The best CPU found. */
- int csr_load; /* The load of cs_cpu. */
+ int csr_load; /* The load of csr_cpu. */
};
/*