From 86240d0f9bed4b1d5c3362fc43a0ba7df983cff7 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 29 Dec 2013 16:54:07 -0800 Subject: [PATCH] Fix some stupid checkpatch warnings in connection.h and names.h Signed-off-by: Greg Kroah-Hartman --- connection.h | 8 ++++---- names.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/connection.h b/connection.h index 261804e..27babdf 100644 --- a/connection.h +++ b/connection.h @@ -32,17 +32,17 @@ * @names_list: List of well-known names * @names_queue_list: Well-known names this connection waits for * @reply_list: List of connections this connection expects - * a reply from. + * a reply from. * @reply_count: Number of requests this connection has issued, and - * waits for replies from the peer + * waits for replies from the peer * @names: Number of owned well-known names * @work: Support for poll() * @timer: Message reply timeout handling * @match_db: Subscription filter to broadcast messages * @meta: Active connection creator's metadata/credentials, - * either from the handle of from HELLO + * either from the handle of from HELLO * @owner_meta: The connection's metadata/credentials supplied by - * HELLO + * HELLO * @msg_count: Number of queued messages * @pool: The user's buffer to receive messages */ diff --git a/names.h b/names.h index 460d09b..0dbb63d 100644 --- a/names.h +++ b/names.h @@ -31,7 +31,7 @@ struct kdbus_name_registry { * struct kdbus_name_entry - well-know name entry * @name: The well-known name * @name_id: Sequence number of name entry to be able to uniquely - * identify a name over its registration lifetime + * identify a name over its registration lifetime * @flags: KDBUS_NAME_* flags * @queue_list: List of queued waiters for the well-known name * @conn_entry: Entry in connection -- 2.34.1