From patchwork Wed Jun 25 08:44:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 4418031 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2494D9F26E for ; Wed, 25 Jun 2014 09:01:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 656FE203A9 for ; Wed, 25 Jun 2014 09:00:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B1FDA203AA for ; Wed, 25 Jun 2014 09:00:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755509AbaFYJAO (ORCPT ); Wed, 25 Jun 2014 05:00:14 -0400 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:54102 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932087AbaFYJAL (ORCPT ); Wed, 25 Jun 2014 05:00:11 -0400 X-Greylist: delayed 911 seconds by postgrey-1.27 at vger.kernel.org; Wed, 25 Jun 2014 05:00:11 EDT Received: from cpsps-ews08.kpnxchange.com ([10.94.84.175]) by cpsmtpb-ews01.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 25 Jun 2014 10:44:58 +0200 Received: from CPSMTPM-TLF101.kpnxchange.com ([195.121.3.4]) by cpsps-ews08.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 25 Jun 2014 10:44:58 +0200 Received: from [192.168.10.107] ([195.240.213.44]) by CPSMTPM-TLF101.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 25 Jun 2014 10:44:58 +0200 Message-ID: <1403685898.1960.37.camel@x220> Subject: [PATCH] Documentation: IB: Change 'CONFIG_INFINIBAND_USER_VERBS' From: Paul Bolle 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 Date: Wed, 25 Jun 2014 10:44:58 +0200 X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 X-OriginalArrivalTime: 25 Jun 2014 08:44:58.0521 (UTC) FILETIME=[BED1E090:01CF9051] X-RcptDomain: vger.kernel.org Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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.