]> sigrok.org Git - libsigrok.git/commit
scpi-dmm: minor style adjustment (gdm906x, analog init, comments, diag)
authorGerhard Sittig <redacted>
Mon, 17 Aug 2020 18:01:02 +0000 (20:01 +0200)
committerGerhard Sittig <redacted>
Mon, 17 Aug 2020 18:01:02 +0000 (20:01 +0200)
commit33aa8117e3640ab5d7663d5e974ae2de2b3d0239
treeafd7dbf50d5947520a153b0451dece7db9e069ba
parent72cd558d4ac706d4d3f934d177c58d0aa0e806fa
scpi-dmm: minor style adjustment (gdm906x, analog init, comments, diag)

Address minor style issues: Need not assign NULL after g_malloc0(), need
not check for NULL before g_free(). Rephrase diagnostics messages which
are user visible by default, remove internal development details. Reword
a few comments, and adjust their grammar for consistency across the code
base. The sr_analog_init() routine executed immediately before getting
measurements, need not (re-)assign endianess or floating point details,
except those which do change after initialization (double vs float).
Rephrase model dependent checks for easier adjustment during maintenance.
Unobfuscate string comparisons.
src/hardware/scpi-dmm/api.c
src/hardware/scpi-dmm/protocol.c