Re: [PATCH 14/15] staging: unisys: fix alignment in visornic_main.c

2015-12-03 Thread Arfvidson, Erik
On 12/2/15 8:22 AM, Dan Carpenter wrote: > On Mon, Nov 30, 2015 at 02:46:14PM -0500, Benjamin Romer wrote: >> @@ -1651,7 +1651,7 @@ service_resp_queue(struct uiscmdrsp *cmdrsp, struct >> visornic_devdata *devdata, >> * netif_wake_queue() >>

Re: [PATCH 14/15] staging: unisys: fix alignment in visornic_main.c

2015-12-02 Thread Dan Carpenter
On Mon, Nov 30, 2015 at 02:46:14PM -0500, Benjamin Romer wrote: > @@ -1651,7 +1651,7 @@ service_resp_queue(struct uiscmdrsp *cmdrsp, struct > visornic_devdata *devdata, >* netif_wake_queue() >*/ > if

[PATCH 14/15] staging: unisys: fix alignment in visornic_main.c

2015-11-30 Thread Benjamin Romer
From: Erik Arfvidson This patch fixes the following types of check patch warnings: Alignment should match open parenthesis Signed-off-by: Erik Arfvidson Signed-off-by: Benjamin Romer ---