Skip to content

Commit

Permalink
sched: correct sched-rt-group.txt pathname in init/Kconfig
Browse files Browse the repository at this point in the history
init/Kconfig directs the user to Documentation/sched-rt-group.txt, but
the file is actually in Documentation/scheduler/sched-rt-group.txt.

This patch corrects the pathname mentioned in init/Kconfig.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Adrian Knoth authored and Ingo Molnar committed Nov 13, 2008
1 parent 4ffaf86 commit 2fe401e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ config RT_GROUP_SCHED
setting below. If enabled, it will also make it impossible to
schedule realtime tasks for non-root users until you allocate
realtime bandwidth for them.
See Documentation/sched-rt-group.txt for more information.
See Documentation/scheduler/sched-rt-group.txt for more information.

choice
depends on GROUP_SCHED
Expand Down

0 comments on commit 2fe401e

Please sign in to comment.