[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <6a83ad0030e3b0495468d8fcc44bb6cd913baa9f.1310938421.git.joe@perches.com>
Date: Sun, 17 Jul 2011 14:38:57 -0700
From: Joe Perches <joe@...ches.com>
To: Kalle Valo <kvalo@....qualcomm.com>, linux-kernel@...r.kernel.org
Cc: devel@...uxdriverproject.org, gregkh@...e.de, error27@...il.com,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
"John W. Linville" <linville@...driver.com>
Subject: [PATCH 2/2] ath6kl: Remove trailing unpaired close paren from ath6kl_err uses
Unpaired parentheses are unsightly.
Signed-off-by: Joe Perches <joe@...ches.com>
---
drivers/net/wireless/ath/ath6kl/sdio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c
index c58a107..e399b17 100644
--- a/drivers/net/wireless/ath/ath6kl/sdio.c
+++ b/drivers/net/wireless/ath/ath6kl/sdio.c
@@ -511,7 +511,7 @@ static int ath6kl_sdio_power_on(struct ath6kl_sdio *ar_sdio)
ret = sdio_enable_func(func);
if (ret) {
- ath6kl_err("Unable to enable sdio func: %d)\n", ret);
+ ath6kl_err("Unable to enable sdio func: %d\n", ret);
sdio_release_host(func);
return ret;
}
@@ -760,7 +760,7 @@ static int ath6kl_sdio_probe(struct sdio_func *func,
ret = sdio_set_block_size(func, HIF_MBOX_BLOCK_SIZE);
if (ret) {
- ath6kl_err("Set sdio block size %d failed: %d)\n",
+ ath6kl_err("Set sdio block size %d failed: %d\n",
HIF_MBOX_BLOCK_SIZE, ret);
sdio_release_host(func);
goto err_off;
--
1.7.6.131.g99019
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists