* Fwd: [PATCH] s390/kernel: Fix comment typo [not found] <20230712094239.16048-1-wangjianli@cdjrlc.com> @ 2023-07-12 9:45 ` pangzizhen001 2023-07-18 16:34 ` pangzizhen001 0 siblings, 1 reply; 3+ messages in thread From: pangzizhen001 @ 2023-07-12 9:45 UTC (permalink / raw) To: hca, gor, agordeev; +Cc: linux-s390, linux-kernel Delete duplicate word "the" Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- arch/s390/kernel/sthyi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kernel/sthyi.c b/arch/s390/kernel/sthyi.c index 4d141e2c132e..dfc350fab384 100644 --- a/arch/s390/kernel/sthyi.c +++ b/arch/s390/kernel/sthyi.c @@ -250,7 +250,7 @@ static void fill_diag_mac(struct sthyi_sctns *sctns, sctns->mac.infmval1 |= MAC_CNT_VLD; } -/* Returns a pointer to the the next partition block. */ +/* Returns a pointer to the next partition block. */ static struct diag204_x_part_block *lpar_cpu_inf(struct lpar_cpu_inf *part_inf, bool this_lpar, void *diag224_buf, ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] s390/kernel: Fix comment typo 2023-07-12 9:45 ` Fwd: [PATCH] s390/kernel: Fix comment typo pangzizhen001 @ 2023-07-18 16:34 ` pangzizhen001 0 siblings, 0 replies; 3+ messages in thread From: pangzizhen001 @ 2023-07-18 16:34 UTC (permalink / raw) To: hca, gor, agordeev; +Cc: linux-s390, linux-kernel Delete duplicate word "the" Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- arch/s390/kernel/sthyi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kernel/sthyi.c b/arch/s390/kernel/sthyi.c index 4d141e2c132e..dfc350fab384 100644 --- a/arch/s390/kernel/sthyi.c +++ b/arch/s390/kernel/sthyi.c @@ -250,7 +250,7 @@ static void fill_diag_mac(struct sthyi_sctns *sctns, sctns->mac.infmval1 |= MAC_CNT_VLD; } -/* Returns a pointer to the the next partition block. */ +/* Returns a pointer to the next partition block. */ static struct diag204_x_part_block *lpar_cpu_inf(struct lpar_cpu_inf *part_inf, bool this_lpar, void *diag224_buf, ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20230712093757.36116-1-wangjianli@cdjrlc.com>]
* Fwd: [PATCH] s390/kernel: Fix comment typo [not found] <20230712093757.36116-1-wangjianli@cdjrlc.com> @ 2023-07-12 9:40 ` pangzizhen001 2023-07-18 16:34 ` pangzizhen001 0 siblings, 1 reply; 3+ messages in thread From: pangzizhen001 @ 2023-07-12 9:40 UTC (permalink / raw) To: hca, gor, agordeev; +Cc: linux-s390, linux-kernel Delete duplicate word "the" Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- arch/s390/kernel/perf_cpum_sf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_sf.c index 06efad5b4f93..3e1d8c58e4d1 100644 --- a/arch/s390/kernel/perf_cpum_sf.c +++ b/arch/s390/kernel/perf_cpum_sf.c @@ -1193,7 +1193,7 @@ static void perf_event_count_update(struct perf_event *event, u64 count) * combined-sampling data entry consists of a basic- and a diagnostic-sampling * data entry. The sampling function is determined by the flags in the perf * event hardware structure. The function always works with a combined-sampling - * data entry but ignores the the diagnostic portion if it is not available. + * data entry but ignores the diagnostic portion if it is not available. * * Note that the implementation focuses on basic-sampling data entries and, if * such an entry is not valid, the entire combined-sampling data entry is ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] s390/kernel: Fix comment typo 2023-07-12 9:40 ` Fwd: " pangzizhen001 @ 2023-07-18 16:34 ` pangzizhen001 0 siblings, 0 replies; 3+ messages in thread From: pangzizhen001 @ 2023-07-18 16:34 UTC (permalink / raw) To: hca, gor, agordeev; +Cc: linux-s390, linux-kernel Delete duplicate word "the" Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- arch/s390/kernel/perf_cpum_sf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_sf.c index 06efad5b4f93..3e1d8c58e4d1 100644 --- a/arch/s390/kernel/perf_cpum_sf.c +++ b/arch/s390/kernel/perf_cpum_sf.c @@ -1193,7 +1193,7 @@ static void perf_event_count_update(struct perf_event *event, u64 count) * combined-sampling data entry consists of a basic- and a diagnostic-sampling * data entry. The sampling function is determined by the flags in the perf * event hardware structure. The function always works with a combined-sampling - * data entry but ignores the the diagnostic portion if it is not available. + * data entry but ignores the diagnostic portion if it is not available. * * Note that the implementation focuses on basic-sampling data entries and, if * such an entry is not valid, the entire combined-sampling data entry is ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-18 16:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230712094239.16048-1-wangjianli@cdjrlc.com>
2023-07-12 9:45 ` Fwd: [PATCH] s390/kernel: Fix comment typo pangzizhen001
2023-07-18 16:34 ` pangzizhen001
[not found] <20230712093757.36116-1-wangjianli@cdjrlc.com>
2023-07-12 9:40 ` Fwd: " pangzizhen001
2023-07-18 16:34 ` pangzizhen001
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
Powered by JetHome