commit | ccfc9d78414df0fcb1c476c9e25925bc2ffe8897 | [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 | 423cf0acdacd2260e362f1caec8a3aa6d2f59788 [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>