From patchwork Thu Jan 8 20:59:56 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Inaky Perez-Gonzalez X-Patchwork-Id: 17415 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.176.167]) by ozlabs.org (Postfix) with ESMTP id BC4BB47506 for ; Fri, 9 Jan 2009 08:00:05 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756912AbZAHU77 (ORCPT ); Thu, 8 Jan 2009 15:59:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756803AbZAHU75 (ORCPT ); Thu, 8 Jan 2009 15:59:57 -0500 Received: from mga05.intel.com ([192.55.52.89]:34869 "EHLO fmsmga101.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756643AbZAHU75 (ORCPT ); Thu, 8 Jan 2009 15:59:57 -0500 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 08 Jan 2009 12:50:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.37,235,1231142400"; d="scan'208";a="655661483" Received: from gocho.jf.intel.com (HELO localhost.localdomain) ([134.134.19.186]) by fmsmga001.fm.intel.com with ESMTP; 08 Jan 2009 13:00:26 -0800 From: Inaky Perez-Gonzalez To: wimax@linuxwimax.org, netdev@vger.kernel.org Cc: Inaky Perez-Gonzalez , Randy Dunlap Subject: [PATCH] wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev [v2] Date: Thu, 8 Jan 2009 12:59:56 -0800 Message-Id: <1231448396-8582-1-git-send-email-inaky@linux.intel.com> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1231447827-7999-1-git-send-email-inaky@linux.intel.com> References: <1231447827-7999-1-git-send-email-inaky@linux.intel.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Reported by Randy Dunlap from a warning in the v2.6.29 merge window tree as of 2009/1/8. v2 fixes Randy Dunlap's email address. Signed-off-by: Inaky Perez-Gonzalez Cc: Randy Dunlap --- include/net/wimax.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/net/wimax.h b/include/net/wimax.h index 1602614..073809c 100644 --- a/include/net/wimax.h +++ b/include/net/wimax.h @@ -323,6 +323,9 @@ struct input_dev; * * @rf_hw: [private] State of the hardware radio switch (OFF/ON) * + * @debufs_dentry: [private] Used to hook up a debugfs entry. This + * shows up in the debugfs root as wimax:DEVICENAME. + * * Description: * This structure defines a common interface to access all WiMAX * devices from different vendors and provides a common API as well as