ath10k: fix spelling mistake "montior" -> "monitor"
[cascardo/linux.git] / security / keys / request_key.c
index a29e355..43affcf 100644 (file)
@@ -442,7 +442,7 @@ static struct key *construct_key_and_link(struct keyring_search_context *ctx,
 
        if (ctx->index_key.type == &key_type_keyring)
                return ERR_PTR(-EPERM);
-       
+
        user = key_user_lookup(current_fsuid());
        if (!user)
                return ERR_PTR(-ENOMEM);