aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sched_4bsd.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
commit3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch)
treed998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/sched_4bsd.c
parent2823710f0531037f228a43825c04d0c320e78e05 (diff)
downloadsrc-3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c.tar.gz
src-3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c.zip
Remove duplicated empty lines from kern/*.c
No functional changes.
Notes
Notes: svn path=/head/; revision=357312
Diffstat (limited to 'sys/kern/sched_4bsd.c')
-rw-r--r--sys/kern/sched_4bsd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c
index d28c484367d0..632a64c6a9ea 100644
--- a/sys/kern/sched_4bsd.c
+++ b/sys/kern/sched_4bsd.c
@@ -828,7 +828,6 @@ static void
sched_priority(struct thread *td, u_char prio)
{
-
KTR_POINT3(KTR_SCHED, "thread", sched_tdname(td), "priority change",
"prio:%d", td->td_priority, "new prio:%d", prio, KTR_ATTR_LINKED,
sched_tdname(curthread));
@@ -1298,7 +1297,6 @@ sched_add(struct thread *td, int flags)
SDT_PROBE4(sched, , , enqueue, td, td->td_proc, NULL,
flags & SRQ_PREEMPTED);
-
/*
* Now that the thread is moving to the run-queue, set the lock
* to the scheduler's lock.