From patchwork Wed Jan 9 00:04:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 155040 Delivered-To: patch@linaro.org Received: by 2002:a02:48:0:0:0:0:0 with SMTP id 69csp99905jaa; Tue, 8 Jan 2019 16:04:35 -0800 (PST) X-Google-Smtp-Source: ALg8bN6juZ1Gr5Fl8KIjSj8R/hA71YLUNdrh4hzc/TzarhuqvGCEoLrePPNxnHAPUhdyqiNFe1Sl X-Received: by 2002:a63:fd0a:: with SMTP id d10mr3427284pgh.164.1546992275219; Tue, 08 Jan 2019 16:04:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546992275; cv=none; d=google.com; s=arc-20160816; b=gAF6WD5uIq0YdoLWkBgjc0SoaMCvwtRXbUhNHIUK+6ShZUv9K02YquRcvWWaoIvfjy 0z5zJDVVG9IXkkWZxjX61ROL34n/zOWKMnegpkFxjyG5QWvjI45jPFdJTC22srgDkcb3 CaIKs0Qy9b1/43hflLKZ90KXJQn5+RpVvPDsn/PLFJBUudzMRsdsD7+h36FIkyh3tz7s lCcrnGtjVEpg7dD+Tnr00PeRZWtK/C9zz+hj5mmuWizjQAYM7dRaMenp9SxmzkMhwZ1C FwmiB8qsq7CtoMmsF9KeIVhPoQyOhIwTfuosmmmE1gAsUD5N0+cY1DmAJW4V/dc29C8w 6LXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:message-id:subject:cc:to:from:date; bh=RHnmSFSu16XulnQcTAnQHohXMQkHfdTrc2twMxhgikY=; b=C81RLRvP2V7cu3tKa+gTLF2drHAz022NffUfAMdUf7+mMTWHOONhYUkdLt8RYM2rS3 Z27nl+L13I1LCqvuWf7nMXIzY7Zlo5jO2m/aWeNP4nZI4JBmB9dRpoo8RUN2gCrIU3JE Itn6HzuGSVDkcpjrTWZ48EU24jIamPl93nuZpVaBSsZT4vnnwoTk4/CVVw/qlXEGer3l RNE0DEmDajfyRE46QC8gHSrDOfyckcicXJhcRjgA5IhgaQqZ1nU49VmCg+doI5mCvQBs 8fV5oJnGscyhd9pNyDDzi7jaVOetbuTvI8u99gO4n8w88/uVPj/nsU9cYFRM8JuuUGfu dz5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h20si1789295pgm.366.2019.01.08.16.04.34; Tue, 08 Jan 2019 16:04:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729388AbfAIAEe (ORCPT + 31 others); Tue, 8 Jan 2019 19:04:34 -0500 Received: from ms.lwn.net ([45.79.88.28]:60778 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728593AbfAIAEd (ORCPT ); Tue, 8 Jan 2019 19:04:33 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2B722286; Wed, 9 Jan 2019 00:04:33 +0000 (UTC) Date: Tue, 8 Jan 2019 17:04:32 -0700 From: Jonathan Corbet To: Thomas Gleixner Cc: Ingo Molnar , LKML , Dou Liyang Subject: [PATCH] genirq: fix the kerneldoc comment for struct irq_affinity_desc Message-ID: <20190108170432.59bae8a6@lwn.net> Organization: LWN.net MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit c410abbbacb9 ("genirq/affinity: Add is_managed to struct irq_affinity_desc") added a new field but did not update the kerneldoc comment, leading to this build warning: ./include/linux/interrupt.h:268: warning: Function parameter or member 'is_managed' not described in 'irq_affinity_desc' Add the missing information, making the docs build 0.001% quieter. Signed-off-by: Jonathan Corbet --- include/linux/interrupt.h | 1 + 1 file changed, 1 insertion(+) -- 2.20.1 diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index c672f34235e7..4a728dba02e2 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -260,6 +260,7 @@ struct irq_affinity { /** * struct irq_affinity_desc - Interrupt affinity descriptor * @mask: cpumask to hold the affinity assignment + * @is_managed: 1 if the interrupt is managed internally */ struct irq_affinity_desc { struct cpumask mask;