mirror of https://gitee.com/openkylin/linux.git
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:
parent
6400fb716d
commit
5cc1e33cbd
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue