staging: erofs: formatting spaces around '-'
This patch does not change the logic, it only corrects the formatting and checkpatch checks by adding spaces around '-'. The patch fixes 4 checks of type: "Check: spaces preferred around that '-'". Signed-off-by: Pavel Zemlyanoy <zemlyanoy@ispras.ru> Reviewed-by: Chao Yu <yuchao0@huawei.com> Reviewed-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
196ef5f360
commit
b566ffc3fa
@ -65,13 +65,13 @@ int z_erofs_vle_plain_copy(struct page **compressed_pages,
|
||||
|
||||
if (i) {
|
||||
if (!src)
|
||||
src = mirrored[i-1] ?
|
||||
percpu_data + (i-1) * PAGE_SIZE :
|
||||
kmap_atomic(compressed_pages[i-1]);
|
||||
src = mirrored[i - 1] ?
|
||||
percpu_data + (i - 1) * PAGE_SIZE :
|
||||
kmap_atomic(compressed_pages[i - 1]);
|
||||
|
||||
memcpy(dst, src + righthalf, pageofs);
|
||||
|
||||
if (!mirrored[i-1])
|
||||
if (!mirrored[i - 1])
|
||||
kunmap_atomic(src);
|
||||
|
||||
if (unlikely(i >= clusterpages)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user