Staging: comedi: addi-data: fix a couple of lines that are too long
authorChase Southwood <chase.southwood@yahoo.com>
Mon, 24 Feb 2014 16:35:09 +0000 (10:35 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Feb 2014 01:00:53 +0000 (17:00 -0800)
commit29f813859663974296ad436c40253c40a64694a0
treea081bc7cd4c1e2e0f5dca0503a0e1c7518bd4629
parent711b888ea60a8002789ac04522cf38dfa7923fdc
Staging: comedi: addi-data: fix a couple of lines that are too long

There are a couple of cases where a comment being on the same line as a
statement is causing the line to be over 80 characters long.  This is an
easy fix, move these comments to the previous line.

Signed-off-by: Chase Southwood <chase.southwood@yahoo.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c