Skip to content

Commit 1b8a955

Browse files
compudjPeter Zijlstra
authored andcommitted
sched: Make PELT acronym definition searchable
The PELT acronym definition can be found right at the top of kernel/sched/pelt.c (of course), but it cannot be found through use of grep -r PELT kernel/sched/ Add the acronym "(PELT)" after "Per Entity Load Tracking" at the top of the source file. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20231012125824.1260774-1-mathieu.desnoyers@efficios.com
1 parent f0498d2 commit 1b8a955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/sched/pelt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Per Entity Load Tracking
3+
* Per Entity Load Tracking (PELT)
44
*
55
* Copyright (C) 2007 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
66
*

0 commit comments

Comments
 (0)