virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/
@ 2020-07-15 12:48 Kieran Bingham
  2020-07-15 12:48 ` [PATCH v2 7/8] mm/balloon_compaction: Fix trivial spelling Kieran Bingham
  0 siblings, 1 reply; 2+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, linux-arm-kernel, linux-kernel, linux-input,
	netdev, ath10k, linux-wireless, virtualization, linux-mm

I wouldn't normally go through spelling fixes, but I caught sight of
this typo twice, and then foolishly grepped the tree for it, and saw how
pervasive it was.

so here I am ... fixing a typo globally... but with an addition in
scripts/spelling.txt so it shouldn't re-appear ;-)

V2: Posting before the merge windows close to pick up the last few
non-merged patches, and ideally - to get the actaul spelling.txt entry
picked up, and this time including trivial@kernel.org to let these get
head through that tree if required.

Cc: trivial@kernel.org
Cc: linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECTURES)
Cc: linux-kernel@vger.kernel.org (open list)
Cc: linux-input@vger.kernel.org (open list:INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN)...)
Cc: netdev@vger.kernel.org (open list:NETWORKING DRIVERS)
Cc: ath10k@lists.infradead.org (open list:QUALCOMM ATHEROS ATH10K WIRELESS DRIVER)
Cc: linux-wireless@vger.kernel.org (open list:NETWORKING DRIVERS (WIRELESS))
Cc: virtualization@lists.linux-foundation.org (open list:VIRTIO BALLOON)
Cc: linux-mm@kvack.org (open list:MEMORY MANAGEMENT)

Kieran Bingham (17):
  arch: arm: mach-davinci: Fix trivial spelling
  drivers: input: joystick: Fix trivial spelling
  drivers: net: wan: Fix trivial spelling
  drivers: net: wireless: Fix trivial spelling
  include: dynamic_debug.h: Fix trivial spelling
  kernel: trace: Fix trivial spelling
  mm/balloon_compaction: Fix trivial spelling
  scripts/spelling.txt: Add descriptors correction

 arch/arm/mach-davinci/board-da830-evm.c | 2 +-
 drivers/input/joystick/spaceball.c      | 2 +-
 drivers/net/wan/lmc/lmc_main.c          | 2 +-
 drivers/net/wireless/ath/ath10k/usb.c   | 2 +-
 drivers/net/wireless/ath/ath6kl/usb.c   | 2 +-
 drivers/net/wireless/cisco/airo.c       | 2 +-
 include/linux/dynamic_debug.h           | 2 +-
 kernel/trace/trace_events.c             | 2 +-
 mm/balloon_compaction.c                 | 4 ++--
 scripts/spelling.txt                    | 2 ++
 10 files changed, 12 insertions(+), 10 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v2 7/8] mm/balloon_compaction: Fix trivial spelling
  2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
@ 2020-07-15 12:48 ` Kieran Bingham
  0 siblings, 0 replies; 2+ messages in thread
From: Kieran Bingham @ 2020-07-15 12:48 UTC (permalink / raw)
  To: trivial
  Cc: Kieran Bingham, David Hildenbrand, Souptick Joarder,
	Michael S . Tsirkin, Andrew Morton, open list:VIRTIO BALLOON,
	open list:MEMORY MANAGEMENT, open list

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptor -> descriptor

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
---
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-15 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 12:48 [PATCH v2 0/8] spelling.txt: /decriptors/descriptors/ Kieran Bingham
2020-07-15 12:48 ` [PATCH v2 7/8] mm/balloon_compaction: Fix trivial spelling Kieran Bingham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).