Skip to content

Commit 858063c

Browse files
Bo Liuhcahca
authored andcommitted
s390: Fix double word in comments
Remove the repeated word "the" in comments. Signed-off-by: Bo Liu <liubo03@inspur.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 547e9fe commit 858063c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/s390/kernel/perf_cpum_sf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ static void perf_event_count_update(struct perf_event *event, u64 count)
10931093
* combined-sampling data entry consists of a basic- and a diagnostic-sampling
10941094
* data entry. The sampling function is determined by the flags in the perf
10951095
* event hardware structure. The function always works with a combined-sampling
1096-
* data entry but ignores the the diagnostic portion if it is not available.
1096+
* data entry but ignores the diagnostic portion if it is not available.
10971097
*
10981098
* Note that the implementation focuses on basic-sampling data entries and, if
10991099
* such an entry is not valid, the entire combined-sampling data entry is

arch/s390/kernel/sthyi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ static void fill_diag_mac(struct sthyi_sctns *sctns,
253253
sctns->mac.infmval1 |= MAC_CNT_VLD;
254254
}
255255

256-
/* Returns a pointer to the the next partition block. */
256+
/* Returns a pointer to the next partition block. */
257257
static struct diag204_x_part_block *lpar_cpu_inf(struct lpar_cpu_inf *part_inf,
258258
bool this_lpar,
259259
void *diag224_buf,

0 commit comments

Comments
 (0)