From: Roman Kiryanov Date: Mon, 27 Aug 2018 18:23:08 +0000 (-0700) Subject: platform: goldfish: pipe: Remove a blank line before '}' X-Git-Tag: v5.15~7734^2~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d1021a0f9177f6082c7baed7f781794cd32b5cd;p=platform%2Fkernel%2Flinux-starfive.git platform: goldfish: pipe: Remove a blank line before '}' checkpatch: Blank lines aren't necessary before a close brace '}' Signed-off-by: Roman Kiryanov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c index ff0e150..14441e7 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,