All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfg80211: Move join/leave_ocb comments to be in the correct order
@ 2014-11-04 12:49 Rostislav Lisovy
  2014-11-04 12:55 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Rostislav Lisovy @ 2014-11-04 12:49 UTC (permalink / raw)
  To: Johannes Berg, linux-wireless, linux-kernel
  Cc: lisovy, fengguang.wu, Rostislav Lisovy

Use the same ordering in the comments section as it
is in the structure below.

Signed-off-by: Rostislav Lisovy <rostislav.lisovy@fel.cvut.cz>
---
 include/net/cfg80211.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 5c3acd0..af0ef26 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2182,6 +2182,11 @@ struct cfg80211_qos_map {
  * @leave_mesh: leave the current mesh network
  *	(invoked with the wireless_dev mutex held)
  *
+ * @join_ocb: join the OCB network with the specified parameters
+ *	(invoked with the wireless_dev mutex held)
+ * @leave_ocb: leave the current OCB network
+ *	(invoked with the wireless_dev mutex held)
+ *
  * @get_mesh_config: Get the current mesh configuration
  *
  * @update_mesh_config: Update mesh parameters on a running mesh.
@@ -2362,11 +2367,6 @@ struct cfg80211_qos_map {
  *	with the peer followed by immediate teardown when the addition is later
  *	rejected)
  * @del_tx_ts: remove an existing TX TS
- *
- * @join_ocb: join the OCB network with the specified parameters
- *	(invoked with the wireless_dev mutex held)
- * @leave_ocb: leave the current OCB network
- *	(invoked with the wireless_dev mutex held)
  */
 struct cfg80211_ops {
 	int	(*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);
-- 
2.0.0.rc4


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

* Re: [PATCH] cfg80211: Move join/leave_ocb comments to be in the correct order
  2014-11-04 12:49 [PATCH] cfg80211: Move join/leave_ocb comments to be in the correct order Rostislav Lisovy
@ 2014-11-04 12:55 ` Johannes Berg
  2014-11-04 13:00   ` Rostislav Lisovy
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2014-11-04 12:55 UTC (permalink / raw)
  To: Rostislav Lisovy
  Cc: linux-wireless, linux-kernel, fengguang.wu, Rostislav Lisovy

On Tue, 2014-11-04 at 13:49 +0100, Rostislav Lisovy wrote:
> Use the same ordering in the comments section as it
> is in the structure below.

Well, I think I confused you :-)
The report from Fengguang's build bot was actually when there was no
documentation, and then I added it and I guess you thought that it was
sending out the report because it was in the wrong place?

Anyway, I think I'll just leave it as is, and not apply this, ok?

johannes


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

* Re: [PATCH] cfg80211: Move join/leave_ocb comments to be in the correct order
  2014-11-04 12:55 ` Johannes Berg
@ 2014-11-04 13:00   ` Rostislav Lisovy
  0 siblings, 0 replies; 3+ messages in thread
From: Rostislav Lisovy @ 2014-11-04 13:00 UTC (permalink / raw)
  To: Johannes Berg
  Cc: linux-wireless, linux-kernel, fengguang.wu, Rostislav Lisovy

On Tue, 2014-11-04 at 13:55 +0100, Johannes Berg wrote:
> On Tue, 2014-11-04 at 13:49 +0100, Rostislav Lisovy wrote:
> > Use the same ordering in the comments section as it
> > is in the structure below.
> 
> Well, I think I confused you :-)
> The report from Fengguang's build bot was actually when there was no
> documentation, and then I added it and I guess you thought that it was
> sending out the report because it was in the wrong place?
> 
> Anyway, I think I'll just leave it as is, and not apply this, ok?

Yes, that is what I thought. The second confusion was that most of the
other comments were not in the same order as their fields.

Ok, no need to apply this.

Rostislav


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

end of thread, other threads:[~2014-11-04 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 12:49 [PATCH] cfg80211: Move join/leave_ocb comments to be in the correct order Rostislav Lisovy
2014-11-04 12:55 ` Johannes Berg
2014-11-04 13:00   ` Rostislav Lisovy

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.