[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <f18b30f9-6251-6d86-9d44-16501e386891@infradead.org>
Date: Sun, 10 Sep 2017 09:55:05 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>
Subject: [PATCH] sched/fair.c: fix nuisance kernel-doc warning
From: Randy Dunlap <rdunlap@...radead.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 <rdunlap@...radead.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
Powered by blists - more mailing lists