There is a spelling mistake (writeable) in function rxe_check_bind_mw.
Fix it.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Reviewed-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
                      (IB_ACCESS_REMOTE_WRITE | IB_ACCESS_REMOTE_ATOMIC)) &&
                     !(mr->access & IB_ACCESS_LOCAL_WRITE))) {
                pr_err_once(
-                       "attempt to bind an writable MW to an MR without local write access\n");
+                       "attempt to bind an Writable MW to an MR without local write access\n");
                return -EINVAL;
        }