aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/hypfs/hypfs_vm.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-04-30 21:11:19 +0200
committerHeiko Carstens <hca@linux.ibm.com>2022-05-06 20:45:13 +0200
commit108ab40fc1fe60c226f856a1e5e4cd4600a0092c (patch)
tree318b8911c65c94b8035a5326c9455fe2f0890e50 /arch/s390/hypfs/hypfs_vm.c
parents390/crypto: fix typos in comments (diff)
downloadlinux-dev-108ab40fc1fe60c226f856a1e5e4cd4600a0092c.tar.xz
linux-dev-108ab40fc1fe60c226f856a1e5e4cd4600a0092c.zip
s390/hypfs: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220430191122.8667-5-Julia.Lawall@inria.fr Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to '')
-rw-r--r--arch/s390/hypfs/hypfs_vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/hypfs/hypfs_vm.c b/arch/s390/hypfs/hypfs_vm.c
index 3765c2d81df5..a3d881ca0a98 100644
--- a/arch/s390/hypfs/hypfs_vm.c
+++ b/arch/s390/hypfs/hypfs_vm.c
@@ -190,7 +190,7 @@ int hypfs_vm_create_files(struct dentry *root)
if (IS_ERR(data))
return PTR_ERR(data);
- /* Hpervisor Info */
+ /* Hypervisor Info */
dir = hypfs_mkdir(root, "hyp");
if (IS_ERR(dir)) {
rc = PTR_ERR(dir);