Commit 930a77c3 authored by Zhang Jianhua's avatar Zhang Jianhua Committed by Michael Ellerman

powerpc/boot: Fix a typo in partial_decompress() comment

outbuf is the output buffer, output_size is the size of the output
buffer.
Signed-off-by: default avatarZhang Jianhua <chris.zjh@huawei.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210510075134.252978-1-chris.zjh@huawei.com
parent 9a1762a4
...@@ -99,8 +99,8 @@ static void print_err(char *s) ...@@ -99,8 +99,8 @@ static void print_err(char *s)
* partial_decompress - decompresses part or all of a compressed buffer * partial_decompress - decompresses part or all of a compressed buffer
* @inbuf: input buffer * @inbuf: input buffer
* @input_size: length of the input buffer * @input_size: length of the input buffer
* @outbuf: input buffer * @outbuf: output buffer
* @output_size: length of the input buffer * @output_size: length of the output buffer
* @skip number of output bytes to ignore * @skip number of output bytes to ignore
* *
* This function takes compressed data from inbuf, decompresses and write it to * This function takes compressed data from inbuf, decompresses and write it to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment