From: Graham M Howe Date: Sat, 27 Feb 2010 09:14:22 +0000 (+0000) Subject: Staging: comedi: fix 80 character line issue in 8253.h X-Git-Tag: v2.6.35-rc1~441^2^2~575 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a88e29cfd8e59c82cf63440117bd1d61761f0f87;p=~shefty%2Frdma-dev.git Staging: comedi: fix 80 character line issue in 8253.h This is a patch to the 8253.h file to fix 80 character line warning found by checkpatch.pl tool Signed-off-by: Graham M Howe Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/8253.h b/drivers/staging/comedi/drivers/8253.h index 0bb35db4ea3..3eb45d46e05 100644 --- a/drivers/staging/comedi/drivers/8253.h +++ b/drivers/staging/comedi/drivers/8253.h @@ -214,7 +214,8 @@ static inline void i8253_cascade_ns_to_timer_2div(int i8253_osc_base, #ifndef CMDTEST /* i8254_load programs 8254 counter chip. It should also work for the 8253. - * base_address is the lowest io address for the chip (the address of counter 0). + * base_address is the lowest io address + * for the chip (the address of counter 0). * counter_number is the counter you want to load (0,1 or 2) * count is the number to load into the counter. *