Skip to content
Snippets Groups Projects
Commit aa07a994 authored by Bart Van Assche's avatar Bart Van Assche Committed by Roland Dreier
Browse files

IB: Fix typo in udev rule documentation


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

Signed-off-by: default avatarBart Van Assche <bart.vanassche@gmail.com>
Reported-by: default avatarLukasz Jurewicz <lukasz.jurewicz@gmail.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 0eca52a9
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,8 @@ Setting IsSM Capability Bit
To create the appropriate character device files automatically with
udev, a rule like
KERNEL="umad*", NAME="infiniband/%k"
KERNEL="issm*", NAME="infiniband/%k"
KERNEL=="umad*", NAME="infiniband/%k"
KERNEL=="issm*", NAME="infiniband/%k"
can be used. This will create device nodes named
......
......@@ -58,7 +58,7 @@ Memory pinning
To create the appropriate character device files automatically with
udev, a rule like
KERNEL="uverbs*", NAME="infiniband/%k"
KERNEL=="uverbs*", NAME="infiniband/%k"
can be used. This will create device nodes named
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment