Re: [PATCH] Staging: crystalhd: fixed white spaces and brace codingin crystalhd_hw.c

From: Jarod Wilson
Date: Wed Mar 10 2010 - 10:43:30 EST


On 03/10/2010 04:51 AM, Tomas Dabasinskas wrote:

> This is a patch to the crystalhd_hw.c file that fixes up a white
> space and brace warnings found by the checkpatch.pl tool
>
> Signed-off-by: Tomas Dabasinskas <tomas.it@xxxxxxxxx>

Acked-by: Jarod Wilson <jarod@xxxxxxxxxx>

Although, ultimately, I'm planning to replace all the BCMLOG bits anyway with dev_foo printk wrappers. Just haven't had time to yet.

--jarod


---
drivers/staging/crystalhd/crystalhd_hw.c | 29 ++++++++++++-----------------
1 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/drivers/staging/crystalhd/crystalhd_hw.c b/drivers/staging/crystalhd/crystalhd_hw.c
index 01819d3..772da05 100644
--- a/drivers/staging/crystalhd/crystalhd_hw.c
+++ b/drivers/staging/crystalhd/crystalhd_hw.c
@@ -431,7 +431,7 @@ static void crystalhd_hw_delete_ioqs(struct crystalhd_hw *hw)
if (!hw)
return;

- BCMLOG(BCMLOG_DBG, "Deleting IOQs \n");
+ BCMLOG(BCMLOG_DBG, "Deleting IOQs\n");
crystalhd_hw_delete_ioq(hw->adp, hw->tx_actq);
crystalhd_hw_delete_ioq(hw->adp, hw->tx_freeq);
crystalhd_hw_delete_ioq(hw->adp, hw->rx_actq);
...

--
Jarod Wilson
jarod@xxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/