staging: comedi: 8253.h: use usual style for single-line comments

Use one space after the opening and one space before the closing of the
comment.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ian Abbott 2015-01-26 12:06:07 +00:00 committed by Greg Kroah-Hartman
parent 6400fb716d
commit 5cc1e33cbd
1 changed files with 24 additions and 24 deletions

View File

@ -201,7 +201,7 @@ static inline int i8254_mm_load(void __iomem *base_address,
return 0; return 0;
} }
/* Returns 16 bit counter value, should work for 8253 also.*/ /* Returns 16 bit counter value, should work for 8253 also. */
static inline int i8254_read(unsigned long base_address, unsigned int regshift, static inline int i8254_read(unsigned long base_address, unsigned int regshift,
unsigned int counter_number) unsigned int counter_number)
{ {