staging: comedi: comedi_test: rename waveform members
authorIan Abbott <abbotti@mev.co.uk>
Tue, 27 Oct 2015 16:59:19 +0000 (16:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2015 23:58:36 +0000 (08:58 +0900)
commitf3f24dff89748215f7f3054487731bec3b618669
treefcf56496c281551cc62f3fbbe6e3383ffe64cdb9
parent807060a369577ebdbbbf3f697a37f121a2e5bf6a
staging: comedi: comedi_test: rename waveform members

Rename the members `struct waveform_private` associated with fake
waveform generation.  The affected members are `uvolt_amplitude` -->
`wf_amplitude` (the amplitude of the waveform), `usec_period` -->
`wf_period` (the period of the waveform), and `usec_current` -->
`wf_current` (the current time within a waveform period).

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/drivers/comedi_test.c
This page took 0.035922 seconds and 5 git commands to generate.