提交 3cf477b5 编写于 作者: N Nick Davies 提交者: Greg Kroah-Hartman

Staging: comedi: ni_tio Fixed whitespace coding style warnings

Fixed coding style warnings in ni_tio.h which had an extra space
after the function pointer name.
Signed-off-by: NNick Davies <git@nicolasdavies.com.au>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fde3d28d
......@@ -115,10 +115,10 @@ struct ni_gpct {
struct ni_gpct_device {
struct comedi_device *dev;
void (*write_register) (struct ni_gpct *counter, unsigned bits,
enum ni_gpct_register reg);
unsigned (*read_register) (struct ni_gpct *counter,
enum ni_gpct_register reg);
void (*write_register)(struct ni_gpct *counter, unsigned bits,
enum ni_gpct_register reg);
unsigned (*read_register)(struct ni_gpct *counter,
enum ni_gpct_register reg);
enum ni_gpct_variant variant;
struct ni_gpct *counters;
unsigned num_counters;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册