From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751532AbdH1OTJ (ORCPT ); Mon, 28 Aug 2017 10:19:09 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:39295 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbdH1OTH (ORCPT ); Mon, 28 Aug 2017 10:19:07 -0400 X-ME-Sender: X-Sasl-enc: SGtWDoDeBPuFzKr9rkG8MU+v1eaA7nAXr5OLxEYRW8bX 1503929946 Date: Mon, 28 Aug 2017 16:19:13 +0200 From: Greg KH To: Jonathan Corbet Cc: LKML , Stuart Yoder , linux-doc@vger.kernel.org Subject: Re: [PATCH] mod_devicetable.h: Fix docs build warnings Message-ID: <20170828141913.GA17090@kroah.com> References: <20170724135417.295707db@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170724135417.295707db@lwn.net> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 24, 2017 at 01:54:17PM -0600, Jonathan Corbet wrote: > Commit 0afef45654ae908536278ecb143ded5bbc713391 (staging: fsl-mc: add > support for device table matching) added kerneldoc comments for two > nonexistent structure fields, leading to these warnings in the docs build: > > ./include/linux/mod_devicetable.h:687: warning: Excess struct/union/enum/typedef member 'ver_major' description in 'fsl_mc_device_id' > ./include/linux/mod_devicetable.h:687: warning: Excess struct/union/enum/typedef member 'ver_minor' description in 'fsl_mc_device_id' > > Remove the offending lines to make the docs build a bit quieter. > > CC: Stuart Yoder > Signed-off-by: Jonathan Corbet > --- > Greg, you seem as likely a person as any to take this one...? Yes, I'll take it, someone else just sent this to me before you did so I'll add your signed-off-by to it and use it. thanks, greg k-h