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

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>

authored by

Bo Liu and committed by
Heiko Carstens
858063c1 547e9feb

+2 -2
+1 -1
arch/s390/kernel/perf_cpum_sf.c
··· 1093 1093 * combined-sampling data entry consists of a basic- and a diagnostic-sampling 1094 1094 * data entry. The sampling function is determined by the flags in the perf 1095 1095 * 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. 1097 1097 * 1098 1098 * Note that the implementation focuses on basic-sampling data entries and, if 1099 1099 * such an entry is not valid, the entire combined-sampling data entry is
+1 -1
arch/s390/kernel/sthyi.c
··· 253 253 sctns->mac.infmval1 |= MAC_CNT_VLD; 254 254 } 255 255 256 - /* Returns a pointer to the the next partition block. */ 256 + /* Returns a pointer to the next partition block. */ 257 257 static struct diag204_x_part_block *lpar_cpu_inf(struct lpar_cpu_inf *part_inf, 258 258 bool this_lpar, 259 259 void *diag224_buf,