From: Gerhard Sittig Date: Sat, 19 Feb 2022 11:48:53 +0000 (+0100) Subject: sigrok-fwextract-kingst-la2016: comment nits X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=d22be723ad1e225939dd0ab1d32829aca4ccfafc;hp=d22be723ad1e225939dd0ab1d32829aca4ccfafc sigrok-fwextract-kingst-la2016: comment nits Move the comment on the script's purpose and compatibility with vendor firmware versions to the top of the file. Adress style nits in other comments (start with capital, end in punctuation). The ihex format conversion code most probably doesn't support "\r\n*" (any number of trailing newlines), and neither needs to. Split on LF and trim trailing whitespace is good enough (as the code already does). Make the comment catch up with the implementation. ---