Re: [PATCH] powerpc: fix spelling of "its"

2021-12-26 Thread Michael Ellerman
On Wed, 22 Dec 2021 16:39:42 -0800, Randy Dunlap wrote:
> Use the possessive "its" instead of the contraction of "it is" (it's).
> 
> 

Applied to powerpc/next.

[1/1] powerpc: fix spelling of "its"
  https://git.kernel.org/powerpc/c/5b09250cca85ae6f91c9562cf1f5e5747de0a75d

cheers


[PATCH] powerpc: fix spelling of "its"

2021-12-22 Thread Randy Dunlap
Use the possessive "its" instead of the contraction of "it is" (it's).

Signed-off-by: Randy Dunlap 
Cc: Michael Ellerman 
---
 arch/powerpc/perf/hv-24x7.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20211222.orig/arch/powerpc/perf/hv-24x7.c
+++ linux-next-20211222/arch/powerpc/perf/hv-24x7.c
@@ -756,7 +756,7 @@ static ssize_t catalog_event_len_validat
}
 
if (calc_ev_end > ev_end) {
-   pr_warn("event %zu exceeds it's own length: event=%pK, end=%pK, 
offset=%zu, calc_ev_end=%pK\n",
+   pr_warn("event %zu exceeds its own length: event=%pK, end=%pK, 
offset=%zu, calc_ev_end=%pK\n",
event_idx, event, ev_end, offset, calc_ev_end);
return -1;
}