Staging: comedi: Fix missing space after return type in s626.c
Fix checkpatch.pl issues with missing space after return type in s626.c Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9cdddda572
commit
fbdc4001e3
@ -106,16 +106,16 @@ struct s626_private {
|
|||||||
struct s626_enc_info {
|
struct s626_enc_info {
|
||||||
/* Pointers to functions that differ for A and B counters: */
|
/* Pointers to functions that differ for A and B counters: */
|
||||||
/* Return clock enable. */
|
/* Return clock enable. */
|
||||||
uint16_t(*get_enable)(struct comedi_device *dev,
|
uint16_t (*get_enable)(struct comedi_device *dev,
|
||||||
const struct s626_enc_info *k);
|
const struct s626_enc_info *k);
|
||||||
/* Return interrupt source. */
|
/* Return interrupt source. */
|
||||||
uint16_t(*get_int_src)(struct comedi_device *dev,
|
uint16_t (*get_int_src)(struct comedi_device *dev,
|
||||||
const struct s626_enc_info *k);
|
const struct s626_enc_info *k);
|
||||||
/* Return preload trigger source. */
|
/* Return preload trigger source. */
|
||||||
uint16_t(*get_load_trig)(struct comedi_device *dev,
|
uint16_t (*get_load_trig)(struct comedi_device *dev,
|
||||||
const struct s626_enc_info *k);
|
const struct s626_enc_info *k);
|
||||||
/* Return standardized operating mode. */
|
/* Return standardized operating mode. */
|
||||||
uint16_t(*get_mode)(struct comedi_device *dev,
|
uint16_t (*get_mode)(struct comedi_device *dev,
|
||||||
const struct s626_enc_info *k);
|
const struct s626_enc_info *k);
|
||||||
/* Generate soft index strobe. */
|
/* Generate soft index strobe. */
|
||||||
void (*pulse_index)(struct comedi_device *dev,
|
void (*pulse_index)(struct comedi_device *dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user