From: Mathieu Desnoyers Date: Thu, 12 Oct 2023 12:58:24 +0000 (-0400) Subject: sched: Make PELT acronym definition searchable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b8a955dd338dfbf39831d4687c25263e885a9cb;p=linux.git 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 Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/20231012125824.1260774-1-mathieu.desnoyers@efficios.com --- diff --git a/kernel/sched/pelt.c b/kernel/sched/pelt.c index 0f310768260c1..63b6cf8982201 100644 --- a/kernel/sched/pelt.c +++ b/kernel/sched/pelt.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Per Entity Load Tracking + * Per Entity Load Tracking (PELT) * * Copyright (C) 2007 Red Hat, Inc., Ingo Molnar *