Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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