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 <gman.1352@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Graham M Howe 2010-02-27 09:14:22 +00:00 коммит произвёл Greg Kroah-Hartman
Родитель 0b25a610c1
Коммит a88e29cfd8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -214,7 +214,8 @@ static inline void i8253_cascade_ns_to_timer_2div(int i8253_osc_base,
#ifndef CMDTEST #ifndef CMDTEST
/* i8254_load programs 8254 counter chip. It should also work for the 8253. /* 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) * counter_number is the counter you want to load (0,1 or 2)
* count is the number to load into the counter. * count is the number to load into the counter.
* *