Commit 67d953d
KVM: arm64: Fix non-kerneldoc comments
The robots amongts us have started spitting out irritating emails about
random errors such as:
<quote>
arch/arm64/kvm/arm.c:2207: warning: expecting prototype for Initialize Hyp().
Prototype was for kvm_arm_init() instead
</quote>
which makes little sense until you finally grok what they are on about:
comments that look like a kerneldoc, but that aren't.
Let's address this before I get even more irritated... ;-)
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/63e139e1.J5AHO6vmxaALh7xv%25lkp@intel.com
Link: https://lore.kernel.org/r/20230207094321.1238600-1-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>1 parent d236505 commit 67d953d
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1909 | 1909 | | |
1910 | 1910 | | |
1911 | 1911 | | |
1912 | | - | |
1913 | | - | |
1914 | | - | |
| 1912 | + | |
1915 | 1913 | | |
1916 | 1914 | | |
1917 | 1915 | | |
| |||
2187 | 2185 | | |
2188 | 2186 | | |
2189 | 2187 | | |
2190 | | - | |
2191 | | - | |
2192 | | - | |
| 2188 | + | |
2193 | 2189 | | |
2194 | 2190 | | |
2195 | 2191 | | |
| |||
0 commit comments