summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/ipmi.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/ipmi.rst
parent4eb018bd15881504351c44f0d3d7287c88ef161f (diff)
downloadlinux-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/ipmi.rst')
-rw-r--r--Documentation/driver-api/ipmi.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/ipmi.rst b/Documentation/driver-api/ipmi.rst
index 2cc6c898ab90..f52ab2df2569 100644
--- a/Documentation/driver-api/ipmi.rst
+++ b/Documentation/driver-api/ipmi.rst
@@ -617,12 +617,12 @@ Note that the address you give here is the I2C address, not the IPMI
address. So if you want your MC address to be 0x60, you put 0x30
here. See the I2C driver info for more details.
-Command bridging to other IPMB busses through this interface does not
+Command bridging to other IPMB buses through this interface does not
work. The receive message queue is not implemented, by design. There
is only one receive message queue on a BMC, and that is meant for the
host drivers, not something on the IPMB bus.
-A BMC may have multiple IPMB busses, which bus your device sits on
+A BMC may have multiple IPMB buses, which bus your device sits on
depends on how the system is wired. You can fetch the channels with
"ipmitool channel info <n>" where <n> is the channel, with the
channels being 0-7 and try the IPMB channels.