2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 22:24:09 +08:00

platform: goldfish: pipe: Remove a blank line before '}'

checkpatch: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Roman Kiryanov 2018-08-27 11:23:08 -07:00 committed by Greg Kroah-Hartman
parent 468e62f92e
commit 1d1021a0f9

View File

@ -272,8 +272,8 @@ static int pin_user_pages(unsigned long first_page, unsigned long last_page,
return -EFAULT;
if (ret < requested_pages)
*iter_last_page_size = PAGE_SIZE;
return ret;
return ret;
}
static void release_user_pages(struct page **pages, int pages_count,