projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9490ff7
)
pool: cosmetic indent fix
upstream/0.20140325.112233cet
author
Daniel Mack
<zonque@gmail.com>
Tue, 25 Mar 2014 10:22:33 +0000
(11:22 +0100)
committer
Daniel Mack
<zonque@gmail.com>
Tue, 25 Mar 2014 10:22:33 +0000
(11:22 +0100)
pool.c
patch
|
blob
|
history
diff --git
a/pool.c
b/pool.c
index bde572083df0317945fa530af0337f5538373b80..62e8fb17626dda30b8558d6af0b3325254366bbe 100644
(file)
--- a/
pool.c
+++ b/
pool.c
@@
-530,7
+530,7
@@
static size_t kdbus_pool_copy(const struct kdbus_pool_slice *slice, size_t off,
* Return: the numbers of bytes copied, negative errno on failure.
*/
ssize_t kdbus_pool_slice_copy_user(const struct kdbus_pool_slice *slice, size_t off,
- const void __user *data, size_t len)
+
const void __user *data, size_t len)
{
return kdbus_pool_copy(slice, off, data, NULL, 0, len);
}