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

* Re: [PATCH bluetooth-next] nl802154: fix misspelled enum
  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
  1 sibling, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2015-06-10  9:12 UTC (permalink / raw)
  To: christoffer; +Cc: linux-wpan

Hi Christoffer,

> 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,

I went ahead and applied this to bluetooth-tree. In case we actually have a user with the wrong name, we need to add a backwards compatible define to allow the wrong name. However for now, lets see if this has been used at all.

Regards

Marcel


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

* Re: [PATCH bluetooth-next] nl802154: fix misspelled enum
  2015-06-10  9:12 ` Marcel Holtmann
@ 2015-06-10  9:17   ` Christoffer Holmstedt
  0 siblings, 0 replies; 5+ messages in thread
From: Christoffer Holmstedt @ 2015-06-10  9:17 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-wpan

On Wed, Jun 10, 2015 at 11:12:48AM +0200, Marcel Holtmann wrote:
> Hi Christoffer,
> 
> > 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,
> 
> I went ahead and applied this to bluetooth-tree. In case we actually have a user with the wrong name, we need to add a backwards compatible define to allow the wrong name. However for now, lets see if this has been used at all.
> 
> Regards
> 
> Marcel
> 

Ok, thanks.

Regards
-- 
Christoffer Holmstedt

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

* Re: [PATCH bluetooth-next] nl802154: fix misspelled enum
  2015-06-10  9:03 [PATCH bluetooth-next] nl802154: fix misspelled enum christoffer
  2015-06-10  9:12 ` Marcel Holtmann
@ 2015-06-10  9:23 ` Alexander Aring
  2015-06-10  9:33   ` Christoffer Holmstedt
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Aring @ 2015-06-10  9:23 UTC (permalink / raw)
  To: christoffer; +Cc: linux-wpan

On Wed, Jun 10, 2015 at 11:03:59AM +0200, christoffer@christofferholmstedt.se wrote:
> 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,
>  

What's about to fixing the comment as well? 0:-)

- Alex

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

* Re: [PATCH bluetooth-next] nl802154: fix misspelled enum
  2015-06-10  9:23 ` Alexander Aring
@ 2015-06-10  9:33   ` Christoffer Holmstedt
  0 siblings, 0 replies; 5+ messages in thread
From: Christoffer Holmstedt @ 2015-06-10  9:33 UTC (permalink / raw)
  To: Alexander Aring; +Cc: linux-wpan

On Wed, Jun 10, 2015 at 11:23:52AM +0200, Alexander Aring wrote:
> On Wed, Jun 10, 2015 at 11:03:59AM +0200, christoffer@christofferholmstedt.se wrote:
> > 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,
> >  
> 
> What's about to fixing the comment as well? 0:-)
> 
> - Alex

Bummer, missed that one...first something to eat for lunch then another patch
;)

-- 
Christoffer Holmstedt

^ permalink raw reply	[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.