From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752734AbbHJBzS (ORCPT ); Sun, 9 Aug 2015 21:55:18 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:41273 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752120AbbHJBzR (ORCPT ); Sun, 9 Aug 2015 21:55:17 -0400 To: LKML , Thomas Gleixner Subject: [PATCH] irq: fix kernel/irq/chip.c kernel-doc warnings From: Randy Dunlap Message-ID: <55C80484.5070803@infradead.org> Date: Sun, 9 Aug 2015 18:55:16 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Warning(..//kernel/irq/chip.c:1009): No description found for parameter 'vcpu_info' Warning(..//kernel/irq/chip.c:1009): Excess function parameter 'dest' description in 'irq_chip_set_vcpu_affinity_parent' Signed-off-by: Randy Dunlap --- kernel/irq/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-42-rc6.orig/kernel/irq/chip.c +++ lnx-42-rc6/kernel/irq/chip.c @@ -1003,7 +1003,7 @@ int irq_chip_retrigger_hierarchy(struct /** * irq_chip_set_vcpu_affinity_parent - Set vcpu affinity on the parent interrupt * @data: Pointer to interrupt specific data - * @dest: The vcpu affinity information + * @vcpu_info: The vcpu affinity information */ int irq_chip_set_vcpu_affinity_parent(struct irq_data *data, void *vcpu_info) {