Skip to content

Commit 4612335

Browse files
rddunlapIngo Molnar
authored andcommitted
sched/fair: Fix nuisance kernel-doc warning
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]>
1 parent 50e7663 commit 4612335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched/fair.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7719,7 +7719,7 @@ static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sd
77197719
* number.
77207720
*
77217721
* Return: 1 when packing is required and a task should be moved to
7722-
* this CPU. The amount of the imbalance is returned in *imbalance.
7722+
* this CPU. The amount of the imbalance is returned in env->imbalance.
77237723
*
77247724
* @env: The load balancing environment.
77257725
* @sds: Statistics of the sched_domain which is to be packed

0 commit comments

Comments
 (0)