All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bluetooth-next] mac802154: fix typo for device
@ 2015-04-09  6:35 varkabhadram
  2015-04-09  7:21 ` Alexander Aring
  2015-04-09  7:24 ` Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: varkabhadram @ 2015-04-09  6:35 UTC (permalink / raw)
  To: linux-wpan; +Cc: alex.aring, Varka Bhadram

From: Varka Bhadram <varkab@cdac.in>


Signed-off-by: Varka Bhadram <varkab@cdac.in>
---
 include/net/mac802154.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/mac802154.h b/include/net/mac802154.h
index d6a809e..56ef97a 100644
--- a/include/net/mac802154.h
+++ b/include/net/mac802154.h
@@ -247,7 +247,7 @@ static inline void ieee802154_le64_to_be64(void *be64_dst, const void *le64_src)
 	__put_unaligned_memmove64(swab64p(le64_src), be64_dst);
 }
 
-/* Basic interface to register ieee802154 hwice */
+/* Basic interface to register ieee802154 device */
 struct ieee802154_hw *
 ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops);
 void ieee802154_free_hw(struct ieee802154_hw *hw);
-- 
1.7.9.5


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

end of thread, other threads:[~2015-04-09  7:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09  6:35 [PATCH bluetooth-next] mac802154: fix typo for device varkabhadram
2015-04-09  7:21 ` Alexander Aring
2015-04-09  7:26   ` Marcel Holtmann
2015-04-09  7:24 ` Marcel Holtmann

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.