From patchwork Wed Oct 8 14:53:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 397653 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id D382E1400DE for ; Thu, 9 Oct 2014 01:54:53 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932220AbaJHOyY (ORCPT ); Wed, 8 Oct 2014 10:54:24 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:33184 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754260AbaJHOyX (ORCPT ); Wed, 8 Oct 2014 10:54:23 -0400 Received: by mail-pd0-f176.google.com with SMTP id fp1so6982982pdb.35 for ; Wed, 08 Oct 2014 07:54:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=mIYGs8lbYNJoZNrywdo/Q1x7E7x0UT5XvN1LhBskscU=; b=PEeBU+sivOLbc9W2u7KnBYItLMlAMOhNvMUgFMFUfrJ3qTuBr26d+mWD1OUM8+NSn9 9ik0f4Lprlrg+HJMYsWdhN4me7HgYLppH0BXOs1yrAoBnwIUVfVvilS6A9fpvl9i/7+x Sp9CQqIUgVHPcqx+y9GEJx7uNkYx7JWG5Tdim929+8k0vJ1kaVB14zblB/dHMUv6risb 9WPkyW/FRoAg957GNDYtVYXtUNLp/NdXq9u8ZNoP0m16rEvUSsvrq4NjAl2YV3l0FDH9 ZZBIdy892CNsmD3Rb4VoenrIMiNDbH3729iJV8u1HOFZHI3yowKk/5bJI/sbZvvHrqmA kPEg== X-Received: by 10.70.53.103 with SMTP id a7mr11561545pdp.34.1412780062789; Wed, 08 Oct 2014 07:54:22 -0700 (PDT) Received: from masabert (i118-21-156-233.s30.a048.ap.plala.or.jp. [118.21.156.233]) by mx.google.com with ESMTPSA id ha10sm289837pbd.7.2014.10.08.07.54.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Oct 2014 07:54:21 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id 62283E03C0; Wed, 8 Oct 2014 23:53:53 +0900 (JST) From: Masanari Iida To: linux-kernel@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org Cc: dan.j.williams@intel.com, Masanari Iida Subject: [PATCH] net: description of dma_cookie cause make xmldocs warning Date: Wed, 8 Oct 2014 23:53:39 +0900 Message-Id: <1412780019-32475-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.1.1.273.g97b8860 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org In commit 7bced397510ab569d31de4c70b39e13355046387, dma_cookie was removed from struct skbuff. But the description of dma_cookie still exist. So the "make xmldocs" output following warning. Warning(.//include/linux/skbuff.h:609): Excess struct/union /enum/typedef member 'dma_cookie' description in 'sk_buff' Remove description of dma_cookie fix the symptom. Signed-off-by: Masanari Iida Acked-by: Dan Williams --- include/linux/skbuff.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index a17ba08..9a86644 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -459,8 +459,6 @@ static inline u32 skb_mstamp_us_delta(const struct skb_mstamp *t1, * @wifi_acked_valid: wifi_acked was set * @wifi_acked: whether frame was acked on wifi or not * @no_fcs: Request NIC to treat last 4 bytes as Ethernet FCS - * @dma_cookie: a cookie to one of several possible DMA operations - * done by skb DMA functions * @napi_id: id of the NAPI struct this skb came from * @secmark: security marking * @mark: Generic packet mark