Skip to content

Commit 5b09250

Browse files
rddunlapmpe
authored andcommitted
powerpc/perf: Fix spelling of "its"
Use the possessive "its" instead of the contraction of "it is" (it's). Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent bba4966 commit 5b09250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/perf/hv-24x7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ static ssize_t catalog_event_len_validate(struct hv_24x7_event_data *event,
756756
}
757757

758758
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",
760760
event_idx, event, ev_end, offset, calc_ev_end);
761761
return -1;
762762
}

0 commit comments

Comments
 (0)