]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
s390: Fix double word in comments
authorBo Liu <liubo03@inspur.com>
Wed, 29 Oct 2025 07:19:51 +0000 (15:19 +0800)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 6 Nov 2025 13:17:27 +0000 (14:17 +0100)
Remove the repeated word "the" in comments.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/perf_cpum_sf.c
arch/s390/kernel/sthyi.c

index f432869f89213dd87bd3ab9e936dca56ff104b06..bf816b134fb1e2213deca60242bd55253e1b189c 100644 (file)
@@ -1093,7 +1093,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
index f4ccdbed4b89cb8790cc6fe231af845697bb47a8..5eae2e25997ae8b605bbb74bd05eb170b2a1ba8e 100644 (file)
@@ -253,7 +253,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,