Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: spufs: correct a duplicate word typo

Fix a typo of "or" which should be "of".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Jonathan Corbet <corbet@lwn.net>
Reviewed-by: Jeremy Kerr <jk@ozlabs.org>
Link: https://lore.kernel.org/r/20220829232908.32437-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
e2815b71 54156734

+1 -1
+1 -1
Documentation/filesystems/spufs/spufs.rst
··· 227 227 from the data buffer, updating the value of the specified signal 228 228 notification register. The signal notification register will 229 229 either be replaced with the input data or will be updated to the 230 - bitwise OR or the old value and the input data, depending on the 230 + bitwise OR of the old value and the input data, depending on the 231 231 contents of the signal1_type, or signal2_type respectively, 232 232 file. 233 233