On Fri, 5 Feb 2021 16:10:53 -0600 Alex Elder wrote: > Version 2 of this series restructures a couple of the changed > functions (in patches 1 and 2) to avoid blocks of indented code > by returning early when possible, as suggested by Jakub. The > description of the first patch was changed as a result, to better > reflect what the updated patch does. It also fixes one spot I > identified when updating the code, where gsi_channel_stop() was > doing the wrong thing on error.
Fixed the repeated word in patch 1 and applied. Thanks!