[Devel] [PATCH RHEL7 COMMIT] fuse kio: Fix spelling in process_pcs_init_reply()
Konstantin Khorenko
khorenko at virtuozzo.com
Tue Oct 16 15:28:01 MSK 2018
The commit is pushed to "branch-rh7-3.10.0-862.14.4.vz7.72.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-862.14.4.vz7.72.8
------>
commit e2839bfd19a0af3a1528abddaa0cfae2f0aebc6f
Author: Kirill Tkhai <ktkhai at virtuozzo.com>
Date: Tue Oct 16 15:27:27 2018 +0300
fuse kio: Fix spelling in process_pcs_init_reply()
Reported-by: Dmitry.Yaskolko <dmitry.yaskolko at acronis.com>
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
fs/fuse/kio/pcs/pcs_fuse_kdirect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
index 14bed318d139..6007768c6f00 100644
--- a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
+++ b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
@@ -73,7 +73,7 @@ static void process_pcs_init_reply(struct fuse_conn *fc, struct fuse_req *req)
if ((req->out.h.error == -EPROTONOSUPPORT && !arg->result) ||
info->version.major != PCS_FAST_PATH_VERSION.major ||
info->version.minor != PCS_FAST_PATH_VERSION.minor) {
- pr_err("kio_pcs: version missmatch: must be %u.%u. "
+ pr_err("kio_pcs: version mismatch: must be %u.%u. "
"Fallback to plain fuse\n",
PCS_FAST_PATH_VERSION.major,
PCS_FAST_PATH_VERSION.minor);
More information about the Devel
mailing list