[PATCH] staging: most: fix typos in driver_usage.txt

From: Rork A.

Date: Tue Aug 18 2026 - 04:57:43 EST


Fix two typos in drivers/staging/most/Documentation/driver_usage.txt:

- "post-poned" should be "postponed" (appears twice)
- "access a MOST network" should be "access to a MOST network"

Signed-off-by: Rork A. <qvkapp@xxxxxxxxx>
---
drivers/staging/most/Documentation/driver_usage.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/most/Documentation/driver_usage.txt b/drivers/staging/most/Documentation/driver_usage.txt
index f1b6977f4..89ced829e 100644
--- a/drivers/staging/most/Documentation/driver_usage.txt
+++ b/drivers/staging/most/Documentation/driver_usage.txt
@@ -2,7 +2,7 @@
Section 1 Overview

The Media Oriented Systems Transport (MOST) driver gives Linux applications
-access a MOST network: The Automotive Information Backbone and the de-facto
+access to a MOST network: The Automotive Information Backbone and the de-facto
standard for high-bandwidth automotive multimedia networking.

MOST defines the protocol, hardware and software layers necessary to allow
@@ -151,7 +151,7 @@ following attributes:
pass parameters needed by some components
- create_link
write '1' to this attribute to trigger the creation of the link. In
- case of speculative configuration, the creation is post-poned until
+ case of speculative configuration, the creation is postponed until
a physical device is being attached to the bus.
- destroy_link
write '1' to this attribute to destroy an already established link
@@ -172,7 +172,7 @@ name in ALSA. The sound adapter will have the following attribute:
- create_card
write '1' to this attribute to trigger the registration of the card
with the ALSA subsystem.
- In case of speculative configuration, the creation is post-poned
+ In case of speculative configuration, the creation is postponed
until a physical device is being attached to the bus.

Secondly, links will have to be created inside the adapter dir as described in
--
2.55.0