All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] wimax: delete struct wimax_dev field rfkill_input
@ 2011-07-11  2:21 Randy Dunlap
  2011-07-11 16:33 ` Perez-Gonzalez, Inaky
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2011-07-11  2:21 UTC (permalink / raw)
  To: lkml; +Cc: linux-wimax, wimax, rdunlap

From: Randy Dunlap <rdunlap@xenotime.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@xenotime.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];


-- 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH 1/1] wimax: delete struct wimax_dev field rfkill_input
  2011-07-11  2:21 [PATCH 1/1] wimax: delete struct wimax_dev field rfkill_input Randy Dunlap
@ 2011-07-11 16:33 ` Perez-Gonzalez, Inaky
  2011-07-13 14:05   ` Vitaliy Ivanov
  0 siblings, 1 reply; 3+ messages in thread
From: Perez-Gonzalez, Inaky @ 2011-07-11 16:33 UTC (permalink / raw)
  To: Randy Dunlap, lkml; +Cc: linux-wimax, wimax


Hi Randy

>From: Randy Dunlap <rdunlap@xenotime.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.

Vitaly sent a patch a couple weeks ago to do this same cleanup.

Thank you anyway!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] wimax: delete struct wimax_dev field rfkill_input
  2011-07-11 16:33 ` Perez-Gonzalez, Inaky
@ 2011-07-13 14:05   ` Vitaliy Ivanov
  0 siblings, 0 replies; 3+ messages in thread
From: Vitaliy Ivanov @ 2011-07-13 14:05 UTC (permalink / raw)
  To: Perez-Gonzalez, Inaky
  Cc: Randy Dunlap, lkml, linux-wimax, wimax, Vitaliy Ivanov

On Mon, Jul 11, 2011 at 7:33 PM, Perez-Gonzalez, Inaky
<inaky.perez-gonzalez@intel.com> wrote:
>
> Hi Randy
>
>>From: Randy Dunlap <rdunlap@xenotime.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.
>
> Vitaly sent a patch a couple weeks ago to do this same cleanup.
>
> Thank you anyway!

Yes, it's in David's net-next tree:

http://git.kernel.org/?p=linux/kernel/git/davem/net-next-2.6.git;a=commit;h=c6af9c406ceb3434281cf230938453931dcbab75

Thanks,
Vitaliy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-13 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-11  2:21 [PATCH 1/1] wimax: delete struct wimax_dev field rfkill_input Randy Dunlap
2011-07-11 16:33 ` Perez-Gonzalez, Inaky
2011-07-13 14:05   ` Vitaliy Ivanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.