From: Randy Dunlap <rdun...@infradead.org>

Fix 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 <rdun...@infradead.org>
---
 kernel/sched/fair.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-413-rc2.orig/kernel/sched/fair.c
+++ lnx-413-rc2/kernel/sched/fair.c
@@ -7581,7 +7581,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


Reply via email to