lib: decompress_bunzip2: remove an unneeded semicolon
authorZhen Lei <thunder.leizhen@huawei.com>
Thu, 1 Jul 2021 01:55:02 +0000 (18:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Jul 2021 18:06:04 +0000 (11:06 -0700)
commit92aeda50d4a96b7a30fc87960497d5e15b7428f7
tree910f619a772e5c79298095742d9d6b79e3676572
parentf39650de687e35766572ac89dbcd16a5911e2f0a
lib: decompress_bunzip2: remove an unneeded semicolon

The semicolon immediately following '}' is unneeded.

Link: https://lkml.kernel.org/r/20210508094926.2889-1-thunder.leizhen@huawei.com
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/decompress_bunzip2.c