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

IB: Fix typo in udev rule documentation

The proper syntax for udev rules is KERNEL==... instead of KERNEL=...

Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
Reported-by: Lukasz Jurewicz <lukasz.jurewicz@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

authored by

Bart Van Assche and committed by
Roland Dreier
aa07a994 0eca52a9

+3 -3
+2 -2
Documentation/infiniband/user_mad.txt
··· 128 128 To create the appropriate character device files automatically with 129 129 udev, a rule like 130 130 131 - KERNEL="umad*", NAME="infiniband/%k" 132 - KERNEL="issm*", NAME="infiniband/%k" 131 + KERNEL=="umad*", NAME="infiniband/%k" 132 + KERNEL=="issm*", NAME="infiniband/%k" 133 133 134 134 can be used. This will create device nodes named 135 135
+1 -1
Documentation/infiniband/user_verbs.txt
··· 58 58 To create the appropriate character device files automatically with 59 59 udev, a rule like 60 60 61 - KERNEL="uverbs*", NAME="infiniband/%k" 61 + KERNEL=="uverbs*", NAME="infiniband/%k" 62 62 63 63 can be used. This will create device nodes named 64 64