On 7/23/25 1:32 PM, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > Fix typos. > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > --- > .../ABI/obsolete/sysfs-driver-hid-roccat-isku | 2 +- > .../ABI/obsolete/sysfs-driver-hid-roccat-koneplus | 4 ++-- > .../ABI/obsolete/sysfs-driver-hid-roccat-savu | 2 +- > Documentation/ABI/testing/debugfs-driver-dcc | 2 +- > Documentation/ABI/testing/debugfs-hyperv | 4 ++-- > Documentation/ABI/testing/rtc-cdev | 2 +- > Documentation/ABI/testing/sysfs-ata | 4 ++-- > .../testing/sysfs-bus-event_source-devices-hisi_ptt | 4 ++-- > Documentation/ABI/testing/sysfs-bus-iio | 2 +- > Documentation/ABI/testing/sysfs-bus-iio-dma-buffer | 8 ++++---- > Documentation/ABI/testing/sysfs-bus-rapidio | 2 +- > Documentation/ABI/testing/sysfs-class-fc | 2 +- > Documentation/ABI/testing/sysfs-class-power-rt9467 | 2 +- > .../ABI/testing/sysfs-driver-input-exc3000 | 4 ++-- > Documentation/ABI/testing/sysfs-driver-ufs | 2 +- > Documentation/ABI/testing/sysfs-firmware-acpi | 6 +++--- > Documentation/ABI/testing/sysfs-memory-page-offline | 13 ++++++------- > 17 files changed, 32 insertions(+), 33 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-dma-buffer b/Documentation/ABI/testing/sysfs-bus-iio-dma-buffer > index d526e6571001..06313befdfaa 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio-dma-buffer > +++ b/Documentation/ABI/testing/sysfs-bus-iio-dma-buffer > @@ -2,15 +2,15 @@ What: /sys/bus/iio/devices/iio:deviceX/buffer/length_align_bytes > KernelVersion: 5.4 > Contact: linux-iio@xxxxxxxxxxxxxxx > Description: > - DMA buffers tend to have a alignment requirement for the > + DMA buffers tend to have an alignment requirement for the > buffers. If this alignment requirement is not met samples might > be dropped from the buffer. > > - This property reports the alignment requirements in bytes. > - This means that the buffer size in bytes needs to be a integer > + This property reports the alignment requirement in bytes. > + This means that the buffer size in bytes needs to be an integer > multiple of the number reported by this file. > > - The alignment requirements in number of sample sets will depend > + The alignment requirement in number of sample sets will depend > on the enabled channels and the bytes per channel. This means > that the alignment requirement in samples sets might change "samples sets" ? > depending on which and how many channels are enabled. Whereas Otherwise LGTM. Thanks. Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> -- ~Randy