lkml.org 
[lkml]   [2010]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Staging: crystalhd: fixed white spaces and brace coding in crystalhd_hw.c
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@gmail.com>

Acked-by: Jarod Wilson <jarod@redhat.com>

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@redhat.com


\
 
 \ /
  Last update: 2010-03-10 16:45    [W:0.023 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site