Skip to content

Commit

Permalink
Staging: comedi: fix 80 character line issue in 8253.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Graham M Howe authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 0b25a61 commit a88e29c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/comedi/drivers/8253.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit a88e29c

Please sign in to comment.