diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2016-03-02 15:27:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-05 23:56:55 +0100 |
commit | d20f8a7c2a9f9bff9f74a30729455bda8a091773 (patch) | |
tree | 4af07cacf17015d83ce4f41c178ec2655579fc2a /drivers/isdn | |
parent | staging: comedi: comedi.h: Do not use BIT macro (diff) | |
download | linux-d20f8a7c2a9f9bff9f74a30729455bda8a091773.tar.xz linux-d20f8a7c2a9f9bff9f74a30729455bda8a091773.zip |
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>
Diffstat (limited to 'drivers/isdn')
0 files changed, 0 insertions, 0 deletions