Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-14 Thread Ian Abbott
On 2014-01-14 03:13, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/ni_mio_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-14 Thread Ian Abbott
On 2014-01-14 07:23, Dan Carpenter wrote: On Mon, Jan 13, 2014 at 07:16:14PM -0800, Joe Perches wrote: On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. [] diff --git

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-14 Thread Ian Abbott
On 2014-01-14 07:23, Dan Carpenter wrote: On Mon, Jan 13, 2014 at 07:16:14PM -0800, Joe Perches wrote: On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. [] diff --git

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-14 Thread Ian Abbott
On 2014-01-14 03:13, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- drivers/staging/comedi/drivers/ni_mio_common.c | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 07:16:14PM -0800, Joe Perches wrote: > On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: > > This patch for ni_mio_common.c silences a checkpatch error due to a > > trailing statement. > [] > > diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c > >

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-13 Thread Joe Perches
On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: > This patch for ni_mio_common.c silences a checkpatch error due to a > trailing statement. [] > diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c > b/drivers/staging/comedi/drivers/ni_mio_common.c [] > @@ -692,7 +692,8 @@ static

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-13 Thread Joe Perches
On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. [] diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c b/drivers/staging/comedi/drivers/ni_mio_common.c [] @@ -692,7 +692,8 @@ static void

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 07:16:14PM -0800, Joe Perches wrote: On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. [] diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c