Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753950AbeAJT1n (ORCPT + 1 other); Wed, 10 Jan 2018 14:27:43 -0500 Received: from mout.web.de ([212.227.17.12]:49992 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbeAJT1j (ORCPT ); Wed, 10 Jan 2018 14:27:39 -0500 Subject: [PATCH 3/7] VMCI: Update a word in five comment lines From: SF Markus Elfring To: kernel-janitors@vger.kernel.org, Al Viro , Alexey Dobriyan , Andrew Morton , Arnd Bergmann , Dan Carpenter , Greg Kroah-Hartman , "Gustavo A. R. Silva" , Ingo Molnar , Masahiro Yamada Cc: LKML , trivial@kernel.org References: <2747f123-a95d-bc68-b858-0327dce3758b@users.sourceforge.net> Message-ID: <58131809-fc23-fb35-eb9f-14b5dc1c5152@users.sourceforge.net> Date: Wed, 10 Jan 2018 20:27:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <2747f123-a95d-bc68-b858-0327dce3758b@users.sourceforge.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:z0VptipyPseY4/Mt44O2PVfn+yJaX5J9V/sqa6D37TRPa+NTpQe 3/8UYoFrgG6lAgoSx5N+FkL/ZUtucm5ZC0zCu15Uymw7Eeoip1bAJsp2OUEP/cbQgqXNY2Y 3uSm1h5liWvWhoVsRl2XNeOeCPGOl8r6ZeuXaQht9oIsa59NKAwc4deWEbvXIjj2+Amg1UB iqOYghfKh246cVYCLI1mQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:hLrMsC+U5UY=:hnT0sWzwc4RFkkaHkBeA1m xKaxR57A02nfDoxqua3M2PSHsLooJeJfHYNZx6lFKIOErpCB5ev/pblO6mnaJCmKo5THFd4y4 RBSJEkXSO3jOynIxWMUI5jGLj5FAinQ9/+EADvXFKcYvp0hSS0lh+GU7DP/nFp9JNHlDtwTdE t058/YLBXHwWOPVykDDR72C5WSzosDsi6IQjlJvSUubPt2RrOUFeq5k7PMoMx6MIWkFPoX1lE dAYlZ7uCN49E6HFIdJnkt+Nqy7mcZEhH9qsdLeeXUv1EEOg1y6u5SuLkpbaPJ41rWb8RZyaGG WqryZvgN6rMHbWDd8xaW/2gfmUFaue48hXiRUx3Fyj8MQpgajHGLNTSoltbleEQfEenHtw+2d xzLP/11qocrFolsfeA2VKuSPhVzk+nz5kNDWN3BqrXcJyozg+YoThwoPOWdXAFxAosEhFa6e8 56X/Yg4sSmHvFO+8w2VuPRkihFz3PYTGB0S8/E1b8rX/6W58o2jQZQUrMcYgF8W9EsVwPgZqA oWCbZfqHhlt3l23glUwjMbdZ36WqIXiY1uiv5A8aLnhqJLiYYhItWsyIf4sQqCHijBqBb7Bc1 yL4wmHwHZDJ6tjHbrO4lsdsadivbSjsFEkmuzVx2imBHyPrtahvSux/exySh08kV1kPULDARk D7ENI3NfX3/av1TcGNpGDn2x78rnDU1W0Wsr0A4QtAQFPAQuiUtzWVqOiMkRwndjWiH6O1SJb gDmGjFF6NP8XgrMKVH0Eah0i4uaXrW3Uy03Vj3FutMkjTSQbdEvABXHNpBfYmBABq53zLc0+i MW/wg9M9BtPFDAt8SnA26W8GMkXxr2S+jGVGp5kC4UZKJSSfHc= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: From: Markus Elfring Date: Wed, 10 Jan 2018 18:15:43 +0100 Adjust words in these descriptions. Signed-off-by: Markus Elfring --- drivers/misc/vmw_vmci/vmci_datagram.c | 2 +- drivers/misc/vmw_vmci/vmci_doorbell.c | 2 +- drivers/misc/vmw_vmci/vmci_queue_pair.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/misc/vmw_vmci/vmci_datagram.c b/drivers/misc/vmw_vmci/vmci_datagram.c index fbe145e2d125..88f39305b32e 100644 --- a/drivers/misc/vmw_vmci/vmci_datagram.c +++ b/drivers/misc/vmw_vmci/vmci_datagram.c @@ -438,7 +438,7 @@ EXPORT_SYMBOL_GPL(vmci_datagram_create_handle_priv); * @out_handle: vmci_handle that is populated as a result of this function. * * Creates a host context datagram endpoint and returns a handle to - * it. Same as vmci_datagram_create_handle_priv without the priviledge + * it. Same as vmci_datagram_create_handle_priv without the privilege * flags argument. */ int vmci_datagram_create_handle(u32 resource_id, diff --git a/drivers/misc/vmw_vmci/vmci_doorbell.c b/drivers/misc/vmw_vmci/vmci_doorbell.c index 46607ffc94db..c0f9aa2c0abc 100644 --- a/drivers/misc/vmw_vmci/vmci_doorbell.c +++ b/drivers/misc/vmw_vmci/vmci_doorbell.c @@ -571,7 +571,7 @@ EXPORT_SYMBOL_GPL(vmci_doorbell_destroy); /* * vmci_doorbell_notify() - Ring the doorbell (and hide in the bushes). * @dst: The handlle identifying the doorbell resource - * @priv_flags: Priviledge flags. + * @priv_flags: Privilege flags. * * Generates a notification on the doorbell identified by the * handle. For host side generation of notifications, the caller diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.c b/drivers/misc/vmw_vmci/vmci_queue_pair.c index 0339538c182d..381e25c69c1f 100644 --- a/drivers/misc/vmw_vmci/vmci_queue_pair.c +++ b/drivers/misc/vmw_vmci/vmci_queue_pair.c @@ -2532,7 +2532,7 @@ static bool qp_wait_for_ready_queue(struct vmci_qp *qpair) * VMCI_ERROR_QUEUEPAIR_NOSPACE if no space was available to enqueue * data, VMCI_ERROR_INVALID_SIZE, if any queue pointer is outside the * queue (as defined by the queue size), VMCI_ERROR_INVALID_ARGS, if - * an error occured when accessing the buffer, + * an error occurred when accessing the buffer, * VMCI_ERROR_QUEUEPAIR_NOTATTACHED, if the queue pair pages aren't * available. Otherwise, the number of bytes written to the queue is * returned. Updates the tail pointer of the produce queue. @@ -2592,7 +2592,7 @@ static ssize_t qp_enqueue_locked(struct vmci_queue *produce_q, * VMCI_ERROR_QUEUEPAIR_NODATA if no data was available to dequeue. * VMCI_ERROR_INVALID_SIZE, if any queue pointer is outside the queue * (as defined by the queue size). - * VMCI_ERROR_INVALID_ARGS, if an error occured when accessing the buffer. + * VMCI_ERROR_INVALID_ARGS, if an error occurred when accessing the buffer. * Otherwise the number of bytes dequeued is returned. * Side effects: * Updates the head pointer of the consume queue. @@ -2656,7 +2656,7 @@ static ssize_t qp_dequeue_locked(struct vmci_queue *produce_q, * @consume_qsize: Desired size of the consumer queue. * @peer: ContextID of the peer. * @flags: VMCI flags. - * @priv_flags: VMCI priviledge flags. + * @priv_flags: VMCI privilege flags. * * This is the client interface for allocating the memory for a * vmci_qp structure and then attaching to the underlying -- 2.15.1