diff mbox

Documentation: IB: Change 'CONFIG_INFINIBAND_USER_VERBS'

Message ID 1403685898.1960.37.camel@x220 (mailing list archive)
State Rejected
Headers show

Commit Message

Paul Bolle June 25, 2014, 8:44 a.m. UTC
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 <pebolle@tiscali.nl>
---
 Documentation/infiniband/user_verbs.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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.