This is patch to file ni_labpc_cs.c that fix warning line over 80 character which is found by checkpatch tool.
Signed-off-by: Jitendra Kumar Khasdev <[email protected]> --- drivers/staging/comedi/drivers/ni_labpc_cs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/ni_labpc_cs.c b/drivers/staging/comedi/drivers/ni_labpc_cs.c index 0a8b322..9858ab1 100644 --- a/drivers/staging/comedi/drivers/ni_labpc_cs.c +++ b/drivers/staging/comedi/drivers/ni_labpc_cs.c @@ -1,7 +1,8 @@ /* comedi/drivers/ni_labpc_cs.c Driver for National Instruments daqcard-1200 boards - Copyright (C) 2001, 2002, 2003 Frank Mori Hess <[email protected]> + Copyright (C) 2001, 2002, 2003 Frank Mori Hess + <[email protected]> PCMCIA crap is adapted from dummy_cs.c 1.31 2001/08/24 12:13:13 from the pcmcia package. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

