staging: comedi: comedi.h: Fix comment for struct comedi_krange
authorIan Abbott <abbotti@mev.co.uk>
Wed, 2 Mar 2016 14:27:38 +0000 (14:27 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Mar 2016 22:56:55 +0000 (14:56 -0800)
commitd20f8a7c2a9f9bff9f74a30729455bda8a091773
tree4af07cacf17015d83ce4f41c178ec2655579fc2a
parent9cee3d40b166cc098ad91bcafe5fccccc31f07e3
staging: comedi: comedi.h: Fix comment for struct comedi_krange

The kernel-doc comment for `struct comedi_krange` refers to the macro
constant `RF_external`.  It should be `RF_EXTERNAL`, so fix it.  It also
documents the value of the constant as `(1 << 8)`, but the macro now
expands to the hexadecimal constant `0x100`, so use that as the
documented value.

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>
drivers/staging/comedi/comedi.h