summaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-01-23 11:41:46 +0100
committerKay Sievers <kay@vrfy.org>2014-01-23 11:41:46 +0100
commitf5cfb11f0daa54ac8da339446629f83636a99822 (patch)
treeda6e81f3ce8948ddb7fcccabf9ac07e31d03b531 /match.c
parent211793f4132eaba1a7e66ff409dfb4153cf7c488 (diff)
downloadkdbus-bus-f5cfb11f0daa54ac8da339446629f83636a99822.tar.gz
kdbus-bus-f5cfb11f0daa54ac8da339446629f83636a99822.tar.bz2
kdbus-bus-f5cfb11f0daa54ac8da339446629f83636a99822.zip
kerneldoc fixes
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 0eeec42314d..d7dc7f2ecad 100644
--- a/match.c
+++ b/match.c
@@ -465,7 +465,7 @@ exit_free:
/**
* kdbus_match_db_remove() - remove an entry from the match database
* @conn: The connection that was used in the ioctl call
- * @buf: The __user buffer that was provided by the ioctl call
+ * @cmd: Pointer to the match data structure
*
* This function is used in the context of the KDBUS_CMD_MATCH_REMOVE
* ioctl interface.