From patchwork Thu Jan 8 20:50:27 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: 17413 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 CDBF0DE5A0 for ; Fri, 9 Jan 2009 07:50:33 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752167AbZAHUu3 (ORCPT ); Thu, 8 Jan 2009 15:50:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751474AbZAHUu3 (ORCPT ); Thu, 8 Jan 2009 15:50:29 -0500 Received: from mga10.intel.com ([192.55.52.92]:14228 "EHLO fmsmga102.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750833AbZAHUu2 (ORCPT ); Thu, 8 Jan 2009 15:50:28 -0500 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 08 Jan 2009 12:42:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.37,235,1231142400"; d="scan'208";a="655659056" Received: from gocho.jf.intel.com (HELO localhost.localdomain) ([134.134.19.186]) by fmsmga001.fm.intel.com with ESMTP; 08 Jan 2009 12:50:57 -0800 From: Inaky Perez-Gonzalez To: wimax@linuxwimax.org, netdev@vger.kernel.org Cc: Inaky Perez-Gonzalez , Randy Dunlapy Subject: [PATCH] wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev Date: Thu, 8 Jan 2009 12:50:27 -0800 Message-Id: <1231447827-7999-1-git-send-email-inaky@linux.intel.com> X-Mailer: git-send-email 1.5.6.5 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. Signed-off-by: Inaky Perez-Gonzalez Cc: Randy Dunlapy --- 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