From: LABBE Corentin Date: Sat, 19 Jul 2014 17:34:41 +0000 (+0200) Subject: staging: sep: Fix misceanellous problems reported by checkpatch X-Git-Tag: v4.9.8~5976^2~399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0949457ca0d69f7ce7b5a8313801b92169a84e0;p=platform%2Fkernel%2Flinux-rpi3.git staging: sep: Fix misceanellous problems reported by checkpatch Signed-off-by: LABBE Corentin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sep/sep_main.c b/drivers/staging/sep/sep_main.c index 5188897..d24acfd 100644 --- a/drivers/staging/sep/sep_main.c +++ b/drivers/staging/sep/sep_main.c @@ -130,7 +130,6 @@ void sep_queue_status_remove(struct sep_device *sep, dev_dbg(&sep->pdev->dev, "[PID%d] sep_queue_status_remove return\n", current->pid); - return; } /** @@ -1736,7 +1735,7 @@ static void sep_debug_print_lli_tables(struct sep_device *sep, return; } - while ((unsigned long) lli_table_ptr->bus_address != 0xffffffff) { + while ((unsigned long)lli_table_ptr->bus_address != 0xffffffff) { dev_dbg(&sep->pdev->dev, "[PID%d] lli table %08lx, table_data_size is (hex) %lx\n", current->pid, table_count, table_data_size); @@ -1751,7 +1750,7 @@ static void sep_debug_print_lli_tables(struct sep_device *sep, dev_dbg(&sep->pdev->dev, "[PID%d] lli_table_ptr address is %08lx\n", current->pid, - (unsigned long) lli_table_ptr); + (unsigned long)lli_table_ptr); dev_dbg(&sep->pdev->dev, "[PID%d] phys address is %08lx block size is (hex) %x\n",