diff options
| author | Marneni PoornaChandu <poornachandumarneni@gmail.com> | 2025-09-18 06:04:30 +0800 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-09-18 10:40:46 -0600 |
| commit | 395107a7c91aafef8eb8ffee574b43cc7cce34be (patch) | |
| tree | da55530242059cc4d1827e03f83f5f634895f0dd /Documentation/driver-api/usb/hotplug.rst | |
| parent | 4eb018bd15881504351c44f0d3d7287c88ef161f (diff) | |
| download | linux-next-395107a7c91aafef8eb8ffee574b43cc7cce34be.tar.gz linux-next-395107a7c91aafef8eb8ffee574b43cc7cce34be.zip | |
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/usb/hotplug.rst')
| -rw-r--r-- | Documentation/driver-api/usb/hotplug.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/usb/hotplug.rst b/Documentation/driver-api/usb/hotplug.rst index c1e13107c50e..12260f704a01 100644 --- a/Documentation/driver-api/usb/hotplug.rst +++ b/Documentation/driver-api/usb/hotplug.rst @@ -5,7 +5,7 @@ Linux Hotplugging ================= -In hotpluggable busses like USB (and Cardbus PCI), end-users plug devices +In hotpluggable buses like USB (and Cardbus PCI), end-users plug devices into the bus with power on. In most cases, users expect the devices to become immediately usable. That means the system must do many things, including: |
