From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751536AbdIJQzI (ORCPT ); Sun, 10 Sep 2017 12:55:08 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:51633 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbdIJQzH (ORCPT ); Sun, 10 Sep 2017 12:55:07 -0400 To: LKML , Ingo Molnar , Peter Zijlstra From: Randy Dunlap Subject: [PATCH] sched/fair.c: fix nuisance kernel-doc warning Message-ID: Date: Sun, 10 Sep 2017 09:55:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap 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 --- 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