diff options
author | Roman Kiryanov <rkir@google.com> | 2018-08-27 21:23:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-14 16:31:30 +0300 |
commit | 1d1021a0f9177f6082c7baed7f781794cd32b5cd (patch) | |
tree | 9e0be6e98b059a72607c6c81d6b495083916651a /drivers/platform/goldfish | |
parent | 468e62f92e90232260cd2dab49b7ca2fdf086c63 (diff) | |
download | linux-1d1021a0f9177f6082c7baed7f781794cd32b5cd.tar.xz |
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>
Diffstat (limited to 'drivers/platform/goldfish')
-rw-r--r-- | drivers/platform/goldfish/goldfish_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c index ff0e150d15d5..14441e7106ba 100644 --- a/drivers/platform/goldfish/goldfish_pipe.c +++ b/drivers/platform/goldfish/goldfish_pipe.c @@ -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, |