All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bluetooth-next] nl802154: fix misspelled enum
@ 2015-06-10  9:03 christoffer
  2015-06-10  9:12 ` Marcel Holtmann
  2015-06-10  9:23 ` Alexander Aring
  0 siblings, 2 replies; 5+ messages in thread
From: christoffer @ 2015-06-10  9:03 UTC (permalink / raw)
  To: linux-wpan; +Cc: Christoffer Holmstedt

From: Christoffer Holmstedt <christoffer@christofferholmstedt.se>

Signed-off-by: Christoffer Holmstedt <christoffer@christofferholmstedt.se>
---
 include/net/nl802154.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/nl802154.h b/include/net/nl802154.h
index 6fc231e60920..b796561188d6 100644
--- a/include/net/nl802154.h
+++ b/include/net/nl802154.h
@@ -199,7 +199,7 @@ enum nl802154_cca_modes {
 	NL802154_CCA_ENERGY_CARRIER,
 	NL802154_CCA_ALOHA,
 	NL802154_CCA_UWB_SHR,
-	NL802154_CCA_UWB_MULTIPEXED,
+	NL802154_CCA_UWB_MULTIPLEXED,
 
 	/* keep last */
 	__NL802154_CCA_ATTR_AFTER_LAST,
-- 
2.1.4


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

end of thread, other threads:[~2015-06-10  9:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10  9:03 [PATCH bluetooth-next] nl802154: fix misspelled enum christoffer
2015-06-10  9:12 ` Marcel Holtmann
2015-06-10  9:17   ` Christoffer Holmstedt
2015-06-10  9:23 ` Alexander Aring
2015-06-10  9:33   ` Christoffer Holmstedt

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.