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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux