]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rigol-ds/protocol.h
drivers: Drop unneeded or duplicate comments.
[libsigrok.git] / src / hardware / rigol-ds / protocol.h
index e77797047eac5c160d21ff21e4d1e1b424f5b394..3b17299114bb244e16685662174b1b5a4e496353 100644 (file)
@@ -89,9 +89,7 @@ enum wait_events {
        WAIT_STOP,    /* Wait for scope stopping (only single shots) */
 };
 
-/** Private, per-device-instance driver context. */
 struct dev_context {
-       /* Device model */
        const struct rigol_ds_model *model;
        enum data_format format;
 
@@ -127,8 +125,6 @@ struct dev_context {
        float trigger_level;
        char *coupling[MAX_ANALOG_CHANNELS];
 
-       /* Operational state */
-
        /* Number of frames received in total. */
        uint64_t num_frames;
        /* GSList entry for the current channel. */