Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/perf: Fix spelling of "its"

Use the possessive "its" instead of the contraction of "it is" (it's).

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211223003942.22098-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Michael Ellerman
5b09250c bba49665

+1 -1
+1 -1
arch/powerpc/perf/hv-24x7.c
··· 756 756 } 757 757 758 758 if (calc_ev_end > ev_end) { 759 - pr_warn("event %zu exceeds it's own length: event=%pK, end=%pK, offset=%zu, calc_ev_end=%pK\n", 759 + pr_warn("event %zu exceeds its own length: event=%pK, end=%pK, offset=%zu, calc_ev_end=%pK\n", 760 760 event_idx, event, ev_end, offset, calc_ev_end); 761 761 return -1; 762 762 }