projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
468e62f
)
platform: goldfish: pipe: Remove a blank line before '}'
author
Roman Kiryanov
<
[email protected]
>
Mon, 27 Aug 2018 18:23:08 +0000
(11:23 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 14 Sep 2018 13:31:30 +0000
(15:31 +0200)
checkpatch: Blank lines aren't necessary before a close brace '}'
Signed-off-by: Roman Kiryanov <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/platform/goldfish/goldfish_pipe.c
patch
|
blob
|
history
diff --git
a/drivers/platform/goldfish/goldfish_pipe.c
b/drivers/platform/goldfish/goldfish_pipe.c
index ff0e150d15d5b300d030b97cda201da1df22d376..14441e7106ba36732fbba8bf61a66de5ff41fdb4 100644
(file)
--- 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,