Commit 6655a352 authored by Garrit Franke's avatar Garrit Franke Committed by Greg Kroah-Hartman

staging: comedi: fix up missing whitespace in comment

I noticed this missing whitespace in a comment inside ni_mio_common.c
Signed-off-by: default avatarGarrit Franke <garritfranke@gmail.com>
Link: https://lore.kernel.org/r/20200615135541.46986-1-garritfranke@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 76cd0c7c
......@@ -2390,7 +2390,7 @@ static int ni_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s)
#endif
break;
case AIMODE_SAMPLE:
/*generate FIFO interrupts on non-empty */
/* generate FIFO interrupts on non-empty */
ni_stc_writew(dev, NISTC_AI_MODE3_FIFO_MODE_NE,
NISTC_AI_MODE3_REG);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment