[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1310350888180@xenotime.net>
Date: Sun, 10 Jul 2011 19:21:28 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: rdunlap@...otime.net
Subject: [PATCH 1/1] wimax: delete struct wimax_dev field rfkill_input
From: Randy Dunlap <rdunlap@...otime.net>
"make htmldocs" warns that struct member "rfkill_input" does not have
a description. After searching all kernel .[hc] files, this field
is not used, so remove it.
Warning(include/net/wimax.h:432): No description found for parameter 'rfkill_input'
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
include/net/wimax.h | 1 -
1 file changed, 1 deletion(-)
--- linux-3.0-rc6-git6.orig/include/net/wimax.h
+++ linux-3.0-rc6-git6/include/net/wimax.h
@@ -423,7 +423,6 @@ struct wimax_dev {
int (*op_reset)(struct wimax_dev *wimax_dev);
struct rfkill *rfkill;
- struct input_dev *rfkill_input;
unsigned rf_hw;
unsigned rf_sw;
char name[32];
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists