Re: [PATCH] powerpc/papr_scm: trivial: fix typo in a comment

2021-06-26 Thread Michael Ellerman
On Sun, 18 Apr 2021 13:10:03 +0530, Kajol Jain wrote: > There is a spelling mistake "byes" -> "bytes" in a comment of > function drc_pmem_query_stats(). Fix that typo. Applied to powerpc/next. [1/1] powerpc/papr_scm: trivial: fix typo in a comment https://git.kernel.org/powerpc/c/d2827e5e2e

[PATCH] powerpc/papr_scm: trivial: fix typo in a comment

2021-04-18 Thread Kajol Jain
There is a spelling mistake "byes" -> "bytes" in a comment of function drc_pmem_query_stats(). Fix that typo. Signed-off-by: Kajol Jain --- arch/powerpc/platforms/pseries/papr_scm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/pseries/papr_scm.c b/a