Commit 108ab40f authored by Julia Lawall's avatar Julia Lawall Committed by Heiko Carstens

s390/hypfs: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220430191122.8667-5-Julia.Lawall@inria.frSigned-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 4b03b3ee
...@@ -190,7 +190,7 @@ int hypfs_vm_create_files(struct dentry *root) ...@@ -190,7 +190,7 @@ int hypfs_vm_create_files(struct dentry *root)
if (IS_ERR(data)) if (IS_ERR(data))
return PTR_ERR(data); return PTR_ERR(data);
/* Hpervisor Info */ /* Hypervisor Info */
dir = hypfs_mkdir(root, "hyp"); dir = hypfs_mkdir(root, "hyp");
if (IS_ERR(dir)) { if (IS_ERR(dir)) {
rc = PTR_ERR(dir); rc = PTR_ERR(dir);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment