]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Staging: comedi: fix 80 character line issue in 8253.h
authorGraham M Howe <gman.1352@googlemail.com>
Sat, 27 Feb 2010 09:14:22 +0000 (09:14 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:29 +0000 (11:35 -0700)
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 <gman.1352@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/8253.h

index 0bb35db4ea3bb5cd7738717ec1be79766532ad94..3eb45d46e05b77f109b0e590d9daa524a7d0df4e 100644 (file)
@@ -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.
  *