From patchwork Mon Jul 24 19:54:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 108595 Delivered-To: patch@linaro.org Received: by 10.182.45.195 with SMTP id p3csp4215316obm; Mon, 24 Jul 2017 12:54:32 -0700 (PDT) X-Received: by 10.99.121.72 with SMTP id u69mr6385218pgc.33.1500926072774; Mon, 24 Jul 2017 12:54:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500926072; cv=none; d=google.com; s=arc-20160816; b=zHxjKJ+d5ZmbAqS3QBwgmX2E4yh0Kt5/a1q02H0MebI+lSwnK+PEjHM7rnQkG93yUW 3UYaeaMm3Nl11U2ZNDOYuEpjuRL768ihU7zCLuV2rb8sKqBNH6ukNeMTEI+FbhyCTQnN 9Pb9wCS5BRz7JQQIansu/NM1zGHWgcQL6btyknLkiu1U4am3aO0xqPSFjK0nEWdsYy8r fecxvb6d0lEWJ+QSOR4xagspY5cUDQ4upKrok99mcRkruPwytj0TATLpi3vGgFhFpVHU kFuNnj0OJjHRqZiL6BDjeNjX8uggVRFk6hnkH0j1DiPe0rorlzUuuan26k7pRKn9EIIX 2v+Q== 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 :arc-authentication-results; bh=Gw7aSBoKUMQybVgH79PJra3GkVh94YvEVy5jw8nHpwk=; b=SRrrXqB2gMYqkGIXZTqZ14KIYV+AJXWUA58THdEv2OpTcnJFwxxZZVDYYVb4Wqu5s/ Mc52T8UpdqajjzCzLYECCMh7awpqjfMogSeu9w9OAxn5x0qaz0jbH1XZtXk3rl/1wUsh gJoV2G6A3DvpEohDmxQz8lKrL6ixeihYYfo2yxW+s7sbEqMpRamwrvSccUDsREtrMRGg U9up2j6nhbn2pECjFPWo63IIRmQ7hMZ/ydphdosIFZCVCTei8aXY5b+4H7X3wGwwyqEF WdKzVKb9RYkZf1W5j2n8HztfL3OTd8Jrc2B5jsipMeTJMVwyxDU6z+MzNHSyU1nrBl3g Z0iA== 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 z10si7247388pgs.544.2017.07.24.12.54.32; Mon, 24 Jul 2017 12:54:32 -0700 (PDT) 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 S1752679AbdGXTya (ORCPT + 26 others); Mon, 24 Jul 2017 15:54:30 -0400 Received: from ms.lwn.net ([45.79.88.28]:38532 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796AbdGXTyU (ORCPT ); Mon, 24 Jul 2017 15:54:20 -0400 Received: from localhost.localdomain (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 BE99F2F5; Mon, 24 Jul 2017 19:54:19 +0000 (UTC) Date: Mon, 24 Jul 2017 13:54:17 -0600 From: Jonathan Corbet To: Greg KH Cc: LKML , Stuart Yoder , linux-doc@vger.kernel.org Subject: [PATCH] mod_devicetable.h: Fix docs build warnings Message-ID: <20170724135417.295707db@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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...? include/linux/mod_devicetable.h | 2 -- 1 file changed, 2 deletions(-) -- 2.9.4 diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 3f74ef2281e8..694cebb50f72 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -674,8 +674,6 @@ struct ulpi_device_id { * struct fsl_mc_device_id - MC object device identifier * @vendor: vendor ID * @obj_type: MC object type - * @ver_major: MC object version major number - * @ver_minor: MC object version minor number * * Type of entries in the "device Id" table for MC object devices supported by * a MC object device driver. The last entry of the table has vendor set to 0x0