]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Staging: most: Fix typo in staging/most
authorMasanari Iida <standby24x7@gmail.com>
Sat, 10 Oct 2015 04:42:49 +0000 (13:42 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:35:21 +0000 (20:35 -0700)
This patch fix spelling typo found in most

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/Documentation/ABI/sysfs-class-most.txt
drivers/staging/most/hdm-dim2/Kconfig
drivers/staging/most/hdm-usb/hdm_usb.c

index 380c137089d0312e30593524564aedc48fe6b42d..42ff0d8b2eadd30eaf21c41a7860173819e46df1 100644 (file)
@@ -47,7 +47,7 @@ Date:         June 2015
 KernelVersion: 4.3
 Contact:       Christian Gromm <christian.gromm@microchip.com>
 Description:
-               Indicates the type of peripherial interface the current device
+               Indicates the type of peripheral interface the current device
                uses.
 Users:
 
index fc548769479b7a0c583a5028a38909a51f537caa..28a0e1791600869f247e979aff15759c02eef447 100644 (file)
@@ -9,7 +9,7 @@ config HDM_DIM2
 
        ---help---
          Say Y here if you want to connect via MediaLB to network transceiver.
-         This device driver is platform dependent and needs an addtional
+         This device driver is platform dependent and needs an additional
          platform driver to be installed. For more information contact
          maintainer of this driver.
 
index fcd75590146f83e03fcbb448dbdad48b3487f4cb..a73eb5f5ac9072935828c1b60cea486d8d72b913 100644 (file)
@@ -431,7 +431,7 @@ static void hdm_write_completion(struct urb *urb)
 }
 
 /**
- * hdm_read_completion - completion funciton for submitted Rx URBs
+ * hdm_read_completion - completion function for submitted Rx URBs
  * @urb: the URB that has been completed
  *
  * This checks the status of the completed URB. In case the URB has been
@@ -767,7 +767,7 @@ static int hdm_configure_channel(struct most_interface *iface, int channel,
                tmp_val = conf->buffer_size / frame_size;
                conf->buffer_size = tmp_val * frame_size;
                dev_notice(dev,
-                          "Channel %d - rouding buffer size to %d bytes, "
+                          "Channel %d - rounding buffer size to %d bytes, "
                           "channel config says %d bytes\n",
                           channel,
                           conf->buffer_size,