* [PATCH 2/2] ath: fix code readability in regd.c
[not found] <ath/regd.c>
@ 2010-03-30 15:44 ` Luis de Bethencourt
2010-03-30 16:56 ` Luis R. Rodriguez
0 siblings, 1 reply; 3+ messages in thread
From: Luis de Bethencourt @ 2010-03-30 15:44 UTC (permalink / raw)
To: linville, lrodriguez
Cc: linux-wireless, netdev, linux-kernel, Luis de Bethencourt
This is a patch to the ath/regd.c file that fixes two code
readability issues. A space between to separate two defines
and the indentation inside the ath_redg_is_eeprom_valid
function.
Signed-off-by: Luis de Bethencourt <luisbg@ubuntu.com>
---
drivers/net/wireless/ath/regd.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ath/regd.c b/drivers/net/wireless/ath/regd.c
index 04abd1f..d5c2332 100644
--- a/drivers/net/wireless/ath/regd.c
+++ b/drivers/net/wireless/ath/regd.c
@@ -51,6 +51,7 @@
#define ATH9K_5GHZ_ALL ATH9K_5GHZ_5150_5350, \
ATH9K_5GHZ_5470_5850
+
/* This one skips what we call "mid band" */
#define ATH9K_5GHZ_NO_MIDBAND ATH9K_5GHZ_5150_5350, \
ATH9K_5GHZ_5725_5850
@@ -361,7 +362,7 @@ EXPORT_SYMBOL(ath_reg_notifier_apply);
static bool ath_regd_is_eeprom_valid(struct ath_regulatory *reg)
{
- u16 rd = ath_regd_get_eepromRD(reg);
+ u16 rd = ath_regd_get_eepromRD(reg);
int i;
if (rd & COUNTRY_ERD_FLAG) {
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 2/2] ath: fix code readability in regd.c
2010-03-30 15:44 ` [PATCH 2/2] ath: fix code readability in regd.c Luis de Bethencourt
@ 2010-03-30 16:56 ` Luis R. Rodriguez
2010-03-30 17:08 ` Luis de Bethencourt
0 siblings, 1 reply; 3+ messages in thread
From: Luis R. Rodriguez @ 2010-03-30 16:56 UTC (permalink / raw)
To: Luis de Bethencourt
Cc: linville@tuxdriver.com, Luis Rodriguez,
linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
On Tue, Mar 30, 2010 at 08:44:33AM -0700, Luis de Bethencourt wrote:
> This is a patch to the ath/regd.c file that fixes two code
> readability issues. A space between to separate two defines
> and the indentation inside the ath_redg_is_eeprom_valid
> function.
Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
You can drop netdev and linux-kernel from future linux-wireless e-mails
like this one.
Luis
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2/2] ath: fix code readability in regd.c
2010-03-30 16:56 ` Luis R. Rodriguez
@ 2010-03-30 17:08 ` Luis de Bethencourt
0 siblings, 0 replies; 3+ messages in thread
From: Luis de Bethencourt @ 2010-03-30 17:08 UTC (permalink / raw)
To: Luis R. Rodriguez
Cc: linville@tuxdriver.com, Luis Rodriguez,
linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
On Tue, Mar 30, 2010 at 5:56 PM, Luis R. Rodriguez
<lrodriguez@atheros.com> wrote:
> On Tue, Mar 30, 2010 at 08:44:33AM -0700, Luis de Bethencourt wrote:
>> This is a patch to the ath/regd.c file that fixes two code
>> readability issues. A space between to separate two defines
>> and the indentation inside the ath_redg_is_eeprom_valid
>> function.
>
> Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
>
> You can drop netdev and linux-kernel from future linux-wireless e-mails
> like this one.
>
> Luis
>
OK. Will do.
Luis
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-30 17:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <ath/regd.c>
2010-03-30 15:44 ` [PATCH 2/2] ath: fix code readability in regd.c Luis de Bethencourt
2010-03-30 16:56 ` Luis R. Rodriguez
2010-03-30 17:08 ` Luis de Bethencourt
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).