From: Inaky Perez-Gonzalez Date: Thu, 8 Jan 2009 20:56:57 +0000 (-0800) Subject: wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=56cf391a9462a4897ea660a6af3662dda5ae8c84;p=linux-beck.git wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev 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 Signed-off-by: David S. Miller --- diff --git a/include/net/wimax.h b/include/net/wimax.h index 1602614fdaf9..073809ce94f8 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