projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba4966
)
powerpc/perf: Fix spelling of "its"
author
Randy Dunlap
<rdunlap@infradead.org>
Thu, 23 Dec 2021 00:39:42 +0000
(16:39 -0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 23 Dec 2021 11:36:58 +0000
(22:36 +1100)
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
arch/powerpc/perf/hv-24x7.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/perf/hv-24x7.c
b/arch/powerpc/perf/hv-24x7.c
index 1816f560a4652329490f502b662b0a6b681512bb..1e8aa934e37e192f23fc497619943ca24c7a3c21 100644
(file)
--- a/
arch/powerpc/perf/hv-24x7.c
+++ b/
arch/powerpc/perf/hv-24x7.c
@@
-756,7
+756,7
@@
static ssize_t catalog_event_len_validate(struct hv_24x7_event_data *event,
}
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;
}