]> Git Repo - linux.git/commitdiff
sched/fair: Fix nuisance kernel-doc warning
authorRandy Dunlap <[email protected]>
Sun, 10 Sep 2017 16:55:05 +0000 (09:55 -0700)
committerIngo Molnar <[email protected]>
Mon, 11 Sep 2017 06:13:22 +0000 (08:13 +0200)
Work around kernel-doc warning ('*' in Sphinx doc means "emphasis"):

  ../kernel/sched/fair.c:7584: WARNING: Inline emphasis start-string without end-string.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/fair.c

index 9dd2ce1e5ca2aa192b669f9e7551404f1fff28aa..8415d1ec2b841e04c5270816d6e116b0f3d0277a 100644 (file)
@@ -7719,7 +7719,7 @@ next_group:
  * number.
  *
  * Return: 1 when packing is required and a task should be moved to
- * this CPU.  The amount of the imbalance is returned in *imbalance.
+ * this CPU.  The amount of the imbalance is returned in env->imbalance.
  *
  * @env: The load balancing environment.
  * @sds: Statistics of the sched_domain which is to be packed
This page took 0.06666 seconds and 4 git commands to generate.