Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 1/2] cfg80211: docbook: fix small formatting error
@ 2014-02-20 14:45 Luciano Coelho
  2014-02-20 14:45 ` [PATCH 2/2] cfg80211: docbook: add interface combinations documentation Luciano Coelho
  2014-02-21  8:23 ` [PATCH 1/2] cfg80211: docbook: fix small formatting error Johannes Berg
  0 siblings, 2 replies; 6+ messages in thread
From: Luciano Coelho @ 2014-02-20 14:45 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes

From: Luciano Coelho <luciano.coelho@intel.com>

docbook (or one of its friends) gets confused with semi-colons in the
argument descriptions, causing it to think that the semi-colon is
marking a new section in the description of addr_mask in wiphy struct.

Prevent this by using hyphens instead of semi-colons in the mask
example.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
---
 include/net/cfg80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index c89a5b5..2c53749 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2791,7 +2791,7 @@ struct wiphy_vendor_command {
  * @perm_addr: permanent MAC address of this device
  * @addr_mask: If the device supports multiple MAC addresses by masking,
  *	set this to a mask with variable bits set to 1, e.g. if the last
- *	four bits are variable then set it to 00:...:00:0f. The actual
+ *	four bits are variable then set it to 00-00-00-00-00-0f. The actual
  *	variable bits shall be determined by the interfaces added, with
  *	interfaces not matching the mask being rejected to be brought up.
  * @n_addresses: number of addresses in @addresses.
-- 
1.8.5.3


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

end of thread, other threads:[~2014-02-21 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 14:45 [PATCH 1/2] cfg80211: docbook: fix small formatting error Luciano Coelho
2014-02-20 14:45 ` [PATCH 2/2] cfg80211: docbook: add interface combinations documentation Luciano Coelho
2014-02-21  8:24   ` Johannes Berg
2014-02-21  8:23 ` [PATCH 1/2] cfg80211: docbook: fix small formatting error Johannes Berg
2014-02-21 14:51   ` Jones Desougi
2014-02-21 14:59     ` Luca Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox