[PATCH 2/2] treewide: fix repeated words in comments
From: Hemanth Selam
Date: Fri Sep 04 2026 - 07:05:28 EST
Drop words accidentally written twice, reported by checkpatch.pl as a
possible repeated word. Only touches comments, no code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
fs/squashfs/cache.c | 2 +-
include/linux/folio_queue.h | 2 +-
include/linux/platform_data/emif_plat.h | 2 +-
include/uapi/linux/um_timetravel.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fs/squashfs/cache.c b/fs/squashfs/cache.c
index c1a83bb0e519..36baa5f2632a 100644
--- a/fs/squashfs/cache.c
+++ b/fs/squashfs/cache.c
@@ -22,7 +22,7 @@
* It should be noted that the cache is not used for file datablocks, these
* are decompressed and cached in the page-cache in the normal way. The
* cache is only used to temporarily cache fragment and metadata blocks
- * which have been read as as a result of a metadata (i.e. inode or
+ * which have been read as a result of a metadata (i.e. inode or
* directory) or fragment access. Because metadata and fragments are packed
* together into blocks (to gain greater compression) the read of a particular
* piece of metadata or fragment will retrieve other metadata/fragments which
diff --git a/include/linux/folio_queue.h b/include/linux/folio_queue.h
index f6d5f1f127c9..1284625002b4 100644
--- a/include/linux/folio_queue.h
+++ b/include/linux/folio_queue.h
@@ -206,7 +206,7 @@ static inline unsigned int folioq_append(struct folio_queue *folioq, struct foli
* Add a folio to the tail of the sequence in a folio queue segment, increasing
* the occupancy count and returning the slot number for the folio just added.
* The folio size is extracted and stored in the queue, the first mark is set
- * and and the second and third marks are left unmodified.
+ * and the second and third marks are left unmodified.
*
* Note that it's left up to the caller to check that the segment capacity will
* not be exceeded and to extend the queue.
diff --git a/include/linux/platform_data/emif_plat.h b/include/linux/platform_data/emif_plat.h
index b93feef5d586..53057713c9fb 100644
--- a/include/linux/platform_data/emif_plat.h
+++ b/include/linux/platform_data/emif_plat.h
@@ -98,7 +98,7 @@ struct emif_custom_configs {
* as type, bus width, density etc
* @timings: Timings information from device datasheet passed
* as an array of 'struct lpddr2_timings'. Can be NULL
- * if if default timings are ok
+ * if default timings are ok
* @timings_arr_size: Size of the timings array. Depends on the number
* of different frequencies for which timings data
* is provided
diff --git a/include/uapi/linux/um_timetravel.h b/include/uapi/linux/um_timetravel.h
index 512ae9b32ef1..55b643fc292f 100644
--- a/include/uapi/linux/um_timetravel.h
+++ b/include/uapi/linux/um_timetravel.h
@@ -153,7 +153,7 @@ enum um_timetravel_ops {
* This message can be used to sync all components in the system
* with a single message, if the calendar gets the message, the
* calendar broadcast the message to all components, and if a
- * component receives it it should act based on it e.g print a
+ * component receives it should act based on it e.g print a
* message to it's log system.
* (calendar <-> host)
*/
--
2.48.1