mirror of https://gitee.com/openkylin/linux.git
staging: android: fix indentation to match open parenthesis
This patches fixes the following checkpatch.pl warning: ashmem.c:450: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis Signed-off-by: Fabian Holler <fabian.holler@profitbricks.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ddc00b9825
commit
002397c4c7
|
@ -447,8 +447,8 @@ ashmem_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
|
||||||
loff_t end = (range->pgend + 1) * PAGE_SIZE;
|
loff_t end = (range->pgend + 1) * PAGE_SIZE;
|
||||||
|
|
||||||
vfs_fallocate(range->asma->file,
|
vfs_fallocate(range->asma->file,
|
||||||
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
|
FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
|
||||||
start, end - start);
|
start, end - start);
|
||||||
range->purged = ASHMEM_WAS_PURGED;
|
range->purged = ASHMEM_WAS_PURGED;
|
||||||
lru_del(range);
|
lru_del(range);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue