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 <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent f0498d2 commit 1b8a955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 <[email protected]>
66
*

0 commit comments

Comments
 (0)