linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_early
@ 2013-04-19  8:13 Gabor Juhos
  2013-04-19  9:32 ` [rt2x00-users] " Gertjan van Wingerde
  0 siblings, 1 reply; 3+ messages in thread
From: Gabor Juhos @ 2013-04-19  8:13 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, users, Gabor Juhos

The function is used for BBP register initialization,
fix the typo in the function name to reflect that.

The patch contains no functional changes.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
---
 drivers/net/wireless/rt2x00/rt2800lib.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
index 72bbb96..4a87556 100644
--- a/drivers/net/wireless/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/rt2x00/rt2800lib.c
@@ -3924,7 +3924,7 @@ static void rt2800_init_bbp_5592_glrt(struct rt2x00_dev *rt2x00dev)
 	}
 };
 
-static void rt2800_init_bbb_early(struct rt2x00_dev *rt2x00dev)
+static void rt2800_init_bbp_early(struct rt2x00_dev *rt2x00dev)
 {
 	rt2800_bbp_write(rt2x00dev, 65, 0x2C);
 	rt2800_bbp_write(rt2x00dev, 66, 0x38);
@@ -3950,7 +3950,7 @@ static void rt2800_init_bbp_5592(struct rt2x00_dev *rt2x00dev)
 	u16 eeprom;
 	u8 value;
 
-	rt2800_init_bbb_early(rt2x00dev);
+	rt2800_init_bbp_early(rt2x00dev);
 
 	rt2800_bbp_read(rt2x00dev, 105, &value);
 	rt2x00_set_field8(&value, BBP105_MLD,
-- 
1.7.10


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

* Re: [rt2x00-users] [PATCH] rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_early
  2013-04-19  8:13 [PATCH] rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_early Gabor Juhos
@ 2013-04-19  9:32 ` Gertjan van Wingerde
  2013-04-19 10:10   ` Gabor Juhos
  0 siblings, 1 reply; 3+ messages in thread
From: Gertjan van Wingerde @ 2013-04-19  9:32 UTC (permalink / raw)
  To: Gabor Juhos
  Cc: John W. Linville, linux-wireless@vger.kernel.org,
	rt2x00 Users List

On Fri, Apr 19, 2013 at 10:13 AM, Gabor Juhos <juhosg@openwrt.org> wrote:
> The function is used for BBP register initialization,
> fix the typo in the function name to reflect that.
>
> The patch contains no functional changes.
>
> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>

Thanks Gabor. Interesting that no-one has noticed this thus far.


---
Gertjan

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

* Re: [rt2x00-users] [PATCH] rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_early
  2013-04-19  9:32 ` [rt2x00-users] " Gertjan van Wingerde
@ 2013-04-19 10:10   ` Gabor Juhos
  0 siblings, 0 replies; 3+ messages in thread
From: Gabor Juhos @ 2013-04-19 10:10 UTC (permalink / raw)
  To: Gertjan van Wingerde
  Cc: John W. Linville, linux-wireless@vger.kernel.org,
	rt2x00 Users List

2013.04.19. 11:32 keltezéssel, Gertjan van Wingerde írta:
> On Fri, Apr 19, 2013 at 10:13 AM, Gabor Juhos <juhosg@openwrt.org> wrote:
>> The function is used for BBP register initialization,
>> fix the typo in the function name to reflect that.
>>
>> The patch contains no functional changes.
>>
>> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
> 
> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>

Thanks!

> Thanks Gabor. Interesting that no-one has noticed this thus far.

Probably because the function is quite new. I have noticed the typo accidentally
when I have looked at something else.


-Gabor

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

end of thread, other threads:[~2013-04-19 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19  8:13 [PATCH] rt2x00: rt2800lib: rename rt2800_init_bbb_early to rt2800_init_bbp_early Gabor Juhos
2013-04-19  9:32 ` [rt2x00-users] " Gertjan van Wingerde
2013-04-19 10:10   ` Gabor Juhos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).