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:
10c830a
)
connection: fix kdbus_cmd_info() argument indentation
author
Djalal Harouni
<tixxdz@opendz.org>
Fri, 24 Oct 2014 22:47:36 +0000
(23:47 +0100)
committer
Djalal Harouni
<tixxdz@opendz.org>
Fri, 24 Oct 2014 22:47:36 +0000
(23:47 +0100)
Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index 27cb265a40f9df65aa2492c0c7f0b14d47f13c47..9e84b45f852faad459696924842ee4c3bf27d6f1 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-1242,7
+1242,7
@@
int kdbus_conn_move_messages(struct kdbus_conn *conn_dst,
* Return: 0 on success, negative errno on failure.
*/
int kdbus_cmd_info(struct kdbus_conn *conn,
-
struct kdbus_cmd_info *cmd_info)
+ struct kdbus_cmd_info *cmd_info)
{
struct kdbus_name_entry *entry = NULL;
struct kdbus_conn *owner_conn = NULL;