endpoint: fix kernel-doc
authorDaniel Mack <daniel@zonque.org>
Wed, 1 Oct 2014 13:49:16 +0000 (15:49 +0200)
committerDaniel Mack <daniel@zonque.org>
Wed, 1 Oct 2014 13:49:16 +0000 (15:49 +0200)
Fix kernel-doc spelling for kdbus_ep_policy_check_notification()

Signed-off-by: Daniel Mack <daniel@zonque.org>
endpoint.c

index c9514bdef237ea3b0a39e27ff52017eb1c5b9d2d..8984a1c88641871c7cfafbe953c203ccf2f7e451 100644 (file)
@@ -311,16 +311,16 @@ int kdbus_ep_policy_check_see_access_unlocked(struct kdbus_ep *ep,
 }
 
 /**
- * kdbus_ep_policy_check_notification() - verify a connection is allowed to the
- *                                       name in a notification
+ * kdbus_ep_policy_check_notification() - verify a connection is allowed to see
+ *                                       the name in a notification
  * @ep:                        Endpoint to operate on
- * @conn:              Connection that lists names
+ * @conn:              Connection connected to the endpoint
  * @kmsg               The message carrying the notification
  *
- * This verifies that @conn is allowed to see the well-known name inside a
- * name-change notification contained in @msg via the endpoint @ep. If @msg
- * is not a notification for name changes, this function does nothing but
- * return 0.
+ * This function verifies that @conn is allowed to see the well-known name
+ * inside a name-change notification contained in @msg via the endpoint @ep.
+ * If @msg is not a notification for name changes, this function does nothing
+ * but return 0.
  *
  * Return: 0 if allowed, negative error code if not.
  */