Fix "ordering" comment typos
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 25 Aug 2020 21:44:48 +0000 (16:44 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 29 Jan 2021 16:12:33 +0000 (10:12 -0600)
Fix comment typos in "ordering".

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Kalle Valo <kvalo@codeaurora.org>
Acked-by: Vasily Gorbik <gor@linux.ibm.com> # s390
arch/s390/include/asm/facility.h
drivers/gpu/drm/qxl/qxl_drv.c
drivers/net/wireless/intel/iwlwifi/fw/file.h

index 68c476b20b57e25691cf990766c89c1c113490e1..91b5d714d28f64afc1d2cf32cbbfb1b657038510 100644 (file)
@@ -44,7 +44,7 @@ static inline int __test_facility(unsigned long nr, void *facilities)
 }
 
 /*
- * The test_facility function uses the bit odering where the MSB is bit 0.
+ * The test_facility function uses the bit ordering where the MSB is bit 0.
  * That makes it easier to query facility bits with the bit number as
  * documented in the Principles of Operation.
  */
index 6e7f16f4cec794dd0ec82f295dc0a203fd956eac..dab190a547cc80b0f9bf4d50ed890c520fd4f4c2 100644 (file)
@@ -141,7 +141,7 @@ static void qxl_drm_release(struct drm_device *dev)
 
        /*
         * TODO: qxl_device_fini() call should be in qxl_pci_remove(),
-        * reodering qxl_modeset_fini() + qxl_device_fini() calls is
+        * reordering qxl_modeset_fini() + qxl_device_fini() calls is
         * non-trivial though.
         */
        qxl_modeset_fini(qdev);
index 597bc88479ba32c89390c940ac224a999146b2f7..04fbfe5cbeb03159b8bbceec4ea2a78efeb0d483 100644 (file)
@@ -866,7 +866,7 @@ struct iwl_fw_dbg_trigger_time_event {
  * tx_bar: tid bitmap to configure on what tid the trigger should occur
  *     when a BAR is send (for an Rx BlocAck session).
  * frame_timeout: tid bitmap to configure on what tid the trigger should occur
- *     when a frame times out in the reodering buffer.
+ *     when a frame times out in the reordering buffer.
  */
 struct iwl_fw_dbg_trigger_ba {
        __le16 rx_ba_start;