Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 163a1f19 authored by Colin Cronin's avatar Colin Cronin Committed by Greg Kroah-Hartman
Browse files

Drivers: staging: comedi: comedi: Fixed comment spelling error



Fixed a spelling error in a comment.

Signed-off-by: default avatarColin Cronin <colinpatrickcronin@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 61e33120
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@
#define SDF_RUNNING	0x08000000	/* subdevice is acquiring data */
#define SDF_LSAMPL	0x10000000	/* subdevice uses 32-bit samples */
#define SDF_PACKED	0x20000000	/* subdevice can do packed DIO */
/* re recyle these flags for PWM */
/* re recycle these flags for PWM */
#define SDF_PWM_COUNTER SDF_MODE0	/* PWM can automatically switch off */
#define SDF_PWM_HBRIDGE SDF_MODE1	/* PWM is signed (H-bridge) */