From: Sebastian Andrzej Siewior Date: Tue, 15 May 2018 16:53:28 +0000 (+0200) Subject: sched/fair: Fix documentation file path X-Git-Tag: v4.19~1009^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd33d8803bfa3f5e6e5d7a4bb03fc8cc32c40fb6;p=platform%2Fkernel%2Flinux-rpi.git sched/fair: Fix documentation file path The 'tip' prefix probably referred to the -tip tree and is not required, remove it. Signed-off-by: Sebastian Andrzej Siewior Acked-by: Peter Zijlstra Cc: Linus Torvalds Cc: Paul Turner Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20180515165328.24899-1-bigeasy@linutronix.de Signed-off-by: Ingo Molnar --- diff --git a/init/Kconfig b/init/Kconfig index f013afc74b11..18b151f0ddc1 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -738,7 +738,7 @@ config CFS_BANDWIDTH tasks running within the fair group scheduler. Groups with no limit set are considered to be unconstrained and will run with no restriction. - See tip/Documentation/scheduler/sched-bwc.txt for more information. + See Documentation/scheduler/sched-bwc.txt for more information. config RT_GROUP_SCHED bool "Group scheduling for SCHED_RR/FIFO"