]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/scpi-pps/protocol.h
drivers: Drop unneeded or duplicate comments.
[libsigrok.git] / src / hardware / scpi-pps / protocol.h
index 80593ceca8ad54ed205e7db214a9bcd56f4f64d2..d4425e725573cb0813267cc7f4be8ff02adea283 100644 (file)
@@ -136,17 +136,13 @@ enum acq_states {
        STATE_STOP,
 };
 
-/** Private, per-device-instance driver context. */
 struct dev_context {
-       /* Model-specific information */
        const struct scpi_pps *device;
 
-       /* Operational state */
        gboolean beeper_was_set;
        struct channel_spec *channels;
        struct channel_group_spec *channel_groups;
 
-       /* Temporary state across callbacks */
        struct sr_channel *cur_channel;
 };