Skip to content

Commit 4612335

Browse files
rddunlapingomolnar
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 <rdunlap@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/f18b30f9-6251-6d86-9d44-16501e386891@infradead.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 50e7663 commit 4612335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)