Răsfoiți Sursa

ceph: fix spelling mistake: "resgister" -> "register"

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Colin Ian King 9 ani în urmă
părinte
comite
679f0b825d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      fs/ceph/cache.c

+ 1 - 1
fs/ceph/cache.c

@@ -71,7 +71,7 @@ int ceph_fscache_register_fs(struct ceph_fs_client* fsc)
 					      &ceph_fscache_fsid_object_def,
 					      fsc, true);
 	if (!fsc->fscache)
-		pr_err("Unable to resgister fsid: %p fscache cookie", fsc);
+		pr_err("Unable to register fsid: %p fscache cookie\n", fsc);
 
 	return 0;
 }