summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/driver-model/overview.rst
diff options
context:
space:
mode:
authorMarneni PoornaChandu <poornachandumarneni@gmail.com>2025-09-18 06:04:30 +0800
committerJonathan Corbet <corbet@lwn.net>2025-09-18 10:40:46 -0600
commit395107a7c91aafef8eb8ffee574b43cc7cce34be (patch)
treeda55530242059cc4d1827e03f83f5f634895f0dd /Documentation/driver-api/driver-model/overview.rst
parent4eb018bd15881504351c44f0d3d7287c88ef161f (diff)
docs: driver-api: fix spelling of "buses".
Replace incorrect plural form "busses" with "buses" in multiple documentation files under "Documentation/driver-api". Signed-off-by: Marneni PoornaChandu <Poornachandumarneni@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20250917220430.5815-1-Poornachandumarneni@gmail.com>
Diffstat (limited to 'Documentation/driver-api/driver-model/overview.rst')
-rw-r--r--Documentation/driver-api/driver-model/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/driver-model/overview.rst b/Documentation/driver-api/driver-model/overview.rst
index e98d0ab4a9b6..b3f447bf9f07 100644
--- a/Documentation/driver-api/driver-model/overview.rst
+++ b/Documentation/driver-api/driver-model/overview.rst
@@ -22,7 +22,7 @@ uniformity across the different bus types.
The current driver model provides a common, uniform data model for describing
a bus and the devices that can appear under the bus. The unified bus
-model includes a set of common attributes which all busses carry, and a set
+model includes a set of common attributes which all buses carry, and a set
of common callbacks, such as device discovery during bus probing, bus
shutdown, bus power management, etc.