From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kieran Bingham Subject: [PATCH v2 7/8] mm/balloon_compaction: Fix trivial spelling Date: Wed, 15 Jul 2020 13:48:38 +0100 Message-ID: <20200715124839.252822-8-kieran.bingham+renesas@ideasonboard.com> References: <20200715124839.252822-1-kieran.bingham+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200715124839.252822-1-kieran.bingham+renesas@ideasonboard.com> Sender: linux-kernel-owner@vger.kernel.org To: trivial@kernel.org Cc: Kieran Bingham , David Hildenbrand , Souptick Joarder , "Michael S . Tsirkin" , Andrew Morton , "open list:VIRTIO BALLOON" , "open list:MEMORY MANAGEMENT" , open list List-Id: virtualization@lists.linuxfoundation.org The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptor -> descriptor Signed-off-by: Kieran Bingham Reviewed-by: David Hildenbrand Acked-by: Souptick Joarder Acked-by: Michael S. Tsirkin --- v2: - Fix commit message to reflect actual word replaced --- mm/balloon_compaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c index 26de020aae7b..907fefde2572 100644 --- a/mm/balloon_compaction.c +++ b/mm/balloon_compaction.c @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue); /** * balloon_page_list_dequeue() - removes pages from balloon's page list and * returns a list of the pages. - * @b_dev_info: balloon device decriptor where we will grab a page from. + * @b_dev_info: balloon device descriptor where we will grab a page from. * @pages: pointer to the list of pages that would be returned to the caller. * @n_req_pages: number of requested pages. * @@ -157,7 +157,7 @@ EXPORT_SYMBOL_GPL(balloon_page_enqueue); /* * balloon_page_dequeue - removes a page from balloon's page list and returns * its address to allow the driver to release the page. - * @b_dev_info: balloon device decriptor where we will grab a page from. + * @b_dev_info: balloon device descriptor where we will grab a page from. * * Driver must call this function to properly dequeue a previously enqueued page * before definitively releasing it back to the guest system. -- 2.25.1