From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: [PATCH] Documentation: IB: Change 'CONFIG_INFINIBAND_USER_VERBS' Date: Wed, 25 Jun 2014 10:44:58 +0200 Message-ID: <1403685898.1960.37.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Roland Dreier , Sean Hefty , Hal Rosenstock , Randy Dunlap Cc: linux-rdma@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-rdma@vger.kernel.org INFINIBAND_USER_VERBS was changed to INFINIBAND_USER_ACCESS in commit 17781cd6186c ("[PATCH] IB: clean up user access config options"). Nine years later it's time to change the documentation too. Signed-off-by: Paul Bolle --- Documentation/infiniband/user_verbs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/infiniband/user_verbs.txt b/Documentation/infiniband/user_verbs.txt index e5092d696da2..621f5c377df9 100644 --- a/Documentation/infiniband/user_verbs.txt +++ b/Documentation/infiniband/user_verbs.txt @@ -1,6 +1,6 @@ USERSPACE VERBS ACCESS - The ib_uverbs module, built by enabling CONFIG_INFINIBAND_USER_VERBS, + The ib_uverbs module, built by enabling CONFIG_INFINIBAND_USER_ACCESS, enables direct userspace access to IB hardware via "verbs," as described in chapter 11 of the InfiniBand Architecture Specification. -- 1.9.3