powerpc/epapr: Fix parmeters typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Sat, 20 Mar 2021 21:39:32 +0000 (03:09 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Feb 2022 10:35:56 +0000 (21:35 +1100)
s/parmeters/parameters/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210320213932.22697-1-unixbhaskar@gmail.com
arch/powerpc/include/asm/epapr_hcalls.h

index c99ba08..cdf3c6d 100644 (file)
@@ -65,7 +65,7 @@
  * but the gcc inline assembly syntax does not allow us to specify registers
  * on the clobber list that are also on the input/output list.  Therefore,
  * the lists of clobbered registers depends on the number of register
- * parmeters ("+r" and "=r") passed to the hypercall.
+ * parameters ("+r" and "=r") passed to the hypercall.
  *
  * Each assembly block should use one of the HCALL_CLOBBERSx macros.  As a
  * general rule, 'x' is the number of parameters passed to the assembly