staging: lustre: Fix typo in lustre/lustre/libcfs
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / libcfs / module.c
index 463b3e17e282e4f88735e9d389d43ccbf76c33fa..24ae26d5def395a530998691d5606db25bb19b7c 100644 (file)
@@ -380,7 +380,7 @@ static int init_libcfs_module(void)
 
        rc = cfs_crypto_register();
        if (rc) {
-               CERROR("cfs_crypto_regster: error %d\n", rc);
+               CERROR("cfs_crypto_register: error %d\n", rc);
                goto cleanup_wi;
        }