projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b03b3e
)
s390/hypfs: fix typos in comments
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 30 Apr 2022 19:11:19 +0000
(21:11 +0200)
committer
Heiko Carstens
<hca@linux.ibm.com>
Fri, 6 May 2022 18:45:13 +0000
(20:45 +0200)
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>
arch/s390/hypfs/hypfs_vm.c
patch
|
blob
|
history
diff --git
a/arch/s390/hypfs/hypfs_vm.c
b/arch/s390/hypfs/hypfs_vm.c
index
3765c2d
..
a3d881c
100644
(file)
--- 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 */
+ /* H
y
pervisor Info */
dir = hypfs_mkdir(root, "hyp");
if (IS_ERR(dir)) {
rc = PTR_ERR(dir);