]> sigrok.org Git - sigrok-cli.git/commitdiff
device: rename channel group lookup routine
authorGerhard Sittig <redacted>
Sat, 23 May 2020 10:48:18 +0000 (12:48 +0200)
committerGerhard Sittig <redacted>
Mon, 3 Aug 2020 19:52:17 +0000 (21:52 +0200)
The select_channel_group() name was misleading, the routine did not
actively select a channel group, instead returned the lookup result
and left the activity to the caller. Rename the routine to improve
readability of call sites.

Address minor style nits in the routine body while we are here.


No differences found