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

docs: aoe: Remove trailing whitespace

Fix `ERROR: trailing whitespace` errors from scripts/checkpatch.pl

Signed-off-by: Osama Albahrani <osalbahr@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250804152516.16493-1-osalbahr@gmail.com

authored by

Osama Albahrani and committed by
Jonathan Corbet
3feaa8a4 119996c9

+3 -3
+3 -3
Documentation/admin-guide/aoe/udev.txt
··· 2 2 # They may be installed along the following lines. Check the section 3 3 # 8 udev manpage to see whether your udev supports SUBSYSTEM, and 4 4 # whether it uses one or two equal signs for SUBSYSTEM and KERNEL. 5 - # 5 + # 6 6 # ecashin@makki ~$ su 7 7 # Password: 8 8 # bash# find /etc -type f -name udev.conf ··· 13 13 # 10-wacom.rules 50-udev.rules 14 14 # bash# cp /path/to/linux/Documentation/admin-guide/aoe/udev.txt \ 15 15 # /etc/udev/rules.d/60-aoe.rules 16 - # 16 + # 17 17 18 18 # aoe char devices 19 19 SUBSYSTEM=="aoe", KERNEL=="discover", NAME="etherd/%k", GROUP="disk", MODE="0220" ··· 22 22 SUBSYSTEM=="aoe", KERNEL=="revalidate", NAME="etherd/%k", GROUP="disk", MODE="0220" 23 23 SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220" 24 24 25 - # aoe block devices 25 + # aoe block devices 26 26 KERNEL=="etherd*", GROUP="disk"