From patchwork Mon Sep 28 18:30:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 50438 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8SIuY6o026811 for ; Mon, 28 Sep 2009 18:56:34 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752520AbZI1S43 (ORCPT ); Mon, 28 Sep 2009 14:56:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752560AbZI1S43 (ORCPT ); Mon, 28 Sep 2009 14:56:29 -0400 Received: from jester.euphonynet.be ([212.87.96.13]:37901 "EHLO mailpush2.euphonynet.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520AbZI1S42 (ORCPT ); Mon, 28 Sep 2009 14:56:28 -0400 X-Greylist: delayed 1565 seconds by postgrey-1.27 at vger.kernel.org; Mon, 28 Sep 2009 14:56:28 EDT Received: from ripley.euphonynet.be (ripley.euphonynet.be [212.87.96.9]) by mailpush2.euphonynet.be (Postfix) with ESMTP id BAB5A4F819B; Mon, 28 Sep 2009 20:30:26 +0200 (CEST) Received: from localhost (scan04.euphonynet.be [212.87.96.26]) by ripley.euphonynet.be (Postfix) with ESMTP id AA11A7177A153; Mon, 28 Sep 2009 20:30:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at euphonynet.be Received: from smtp2.euphonynet.be ([212.87.96.4]) by localhost (scan04.euphonynet.be [212.87.96.23]) (amavisd-new, port 10024) with ESMTP id SmaBMhaEOkib; Mon, 28 Sep 2009 20:30:19 +0200 (CEST) Received: from eu85-10-94-241.localnet (unknown [212.87.99.12]) by smtp2.euphonynet.be (Postfix) with ESMTP id D6A9E52578AEA; Mon, 28 Sep 2009 20:30:19 +0200 (CEST) From: Bart Van Assche To: linux-rdma@vger.kernel.org Subject: [PATCH] IB: Fix typo in udev rule documentation Date: Mon, 28 Sep 2009 20:30:19 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.27.29-0.1-default; KDE/4.3.1; x86_64; ; ) Cc: Roland Dreier , Lukasz Jurewicz MIME-Version: 1.0 Message-Id: <200909282030.19481.bart.vanassche@gmail.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org The proper syntax for udev rules is KERNEL==... instead of KERNEL=... Signed-off-by: Bart Van Assche Reported-by: Lukasz Jurewicz Cc: Roland Dreier --- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/infiniband/user_mad.txt b/Documentation/infiniband/user_mad.txt index 744687d..8a36695 100644 --- a/Documentation/infiniband/user_mad.txt +++ b/Documentation/infiniband/user_mad.txt @@ -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 diff --git a/Documentation/infiniband/user_verbs.txt b/Documentation/infiniband/user_verbs.txt index f847501..afe3f8d 100644 --- a/Documentation/infiniband/user_verbs.txt +++ b/Documentation/infiniband/user_verbs.txt @@ -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