commit | 3dccb780dc61f482dc6a7cd03398ad58ea6f277e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 28 12:08:25 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 06 14:01:42 2022 -0400 |
tree | 03e5e26443de6e2c867dac60480b00f46670f852 | |
parent | df5f4383c29f97f1be4214650746233009a2e64d [diff] |
lzma: Tidy up the function prototype This should use a const pointer for the input stream. Fix this and also add a proper comment. Signed-off-by: Simon Glass <sjg@chromium.org>