OSDN Git Service

powerpc/boot: Fix a typo in partial_decompress() comment
authorZhang Jianhua <chris.zjh@huawei.com>
Mon, 10 May 2021 07:51:34 +0000 (15:51 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 17 May 2021 05:27:16 +0000 (15:27 +1000)
commit930a77c3ad79c30ce9ba8cbad9eded5bc5805343
tree5c78c193f6817bfa43542cd41b27fac0ecc5ef98
parent9a1762a4a4ff3cc096c605212165f59481e84503
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: Zhang Jianhua <chris.zjh@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210510075134.252978-1-chris.zjh@huawei.com
arch/powerpc/boot/decompress.c