staging: most: trivial: fix a couple of typos
authorGeorge G. Davis <george_davis@mentor.com>
Wed, 5 Jun 2019 20:30:11 +0000 (16:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2019 13:03:34 +0000 (15:03 +0200)
Fix the following typos:

"comoponent" -> "component"
"communiction" -> "communication"

Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: George G. Davis <george_davis@mentor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/Documentation/ABI/configfs-most.txt
drivers/staging/most/Documentation/driver_usage.txt

index 25b3e18c4d9121813ed4666033359e0bffc16c88..2bf811449b0b0dd02199d451989ddb63cfa906dd 100644 (file)
@@ -31,13 +31,13 @@ Description:
                                or output
 
                dbr_size        configure DBR data buffer size (this is used
-                               for MediaLB communiction only)
+                               for MediaLB communication only)
 
                packets_per_xact
                                configure the number of packets that will be
                                collected from the network before being
                                transmitted via USB (this is used for USB
-                               communiction only)
+                               communication only)
 
                device          name of the device the link is to be attached to
 
@@ -75,13 +75,13 @@ Description:
                                or output
 
                dbr_size        configure DBR data buffer size (this is used
-                               for MediaLB communiction only)
+                               for MediaLB communication only)
 
                packets_per_xact
                                configure the number of packets that will be
                                collected from the network before being
                                transmitted via USB (this is used for USB
-                               communiction only)
+                               communication only)
 
                device          name of the device the link is to be attached to
 
@@ -119,13 +119,13 @@ Description:
                                or output
 
                dbr_size        configure DBR data buffer size (this is used
-                               for MediaLB communiction only)
+                               for MediaLB communication only)
 
                packets_per_xact
                                configure the number of packets that will be
                                collected from the network before being
                                transmitted via USB (this is used for USB
-                               communiction only)
+                               communication only)
 
                device          name of the device the link is to be attached to
 
@@ -173,13 +173,13 @@ Description:
                                or output
 
                dbr_size        configure DBR data buffer size (this is used
-                               for MediaLB communiction only)
+                               for MediaLB communication only)
 
                packets_per_xact
                                configure the number of packets that will be
                                collected from the network before being
                                transmitted via USB (this is used for USB
-                               communiction only)
+                               communication only)
 
                device          name of the device the link is to be attached to
 
index 56d79195bb3c2c51deda21622dbc4816b7da1030..2fa8dea1da4d2a83e1302f292a0ddf073d2e220d 100644 (file)
@@ -42,7 +42,7 @@ the attached network interface controller hardware. Hence, a given module
 of this layer is designed to handle exactly one of the peripheral
 interfaces (e.g. USB, MediaLB, I2C) the hardware provides.
 
-A module of the application layer is referred to as a core comoponent,
+A module of the application layer is referred to as a core component,
 which kind of extends the core by providing connectivity to the user space.
 Applications, then, can access a MOST network via character devices, an
 ALSA soundcard, a Network adapter or a V4L2 capture device.
@@ -119,7 +119,7 @@ following components are available
 
 The driver is to be configured via configfs. Each loaded component kernel
 object (see section 1.3) registers a subsystem with configfs, which is used to
-configure and establish communiction pathways (links) to attached devices on
+configure and establish communication pathways (links) to attached devices on
 the bus. To do so, the user has to descend into the component's configuration
 directory and create a new directory (child config itmes). The name of this
 directory will be used as a reference for the link and it will contain the
@@ -137,12 +137,12 @@ following attributes:
        - direction
          configure whether this link will be an input or output
        - dbr_size
-         configure DBR data buffer size (this is used for MediaLB communiction
+         configure DBR data buffer size (this is used for MediaLB communication
          only)
        - packets_per_xact
          configure the number of packets that will be collected from the
          network before being transmitted via USB (this is used for USB
-         communiction only)
+         communication only)
        - device
          name of the device the link is to be attached to
        - channel