From e5c0c43595f04bb1c457151fe2c5403cf1bd4d4c Mon Sep 17 00:00:00 2001 From: steven1lung <56631026+steven1lung@users.noreply.github.com> Date: Tue, 15 Feb 2022 20:28:25 +0800 Subject: [PATCH] Remove duplicated words (#62) The word "must" was duplicated in the header file. Remove it. --- list.h | 4 ++-- scripts/checksums | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/list.h b/list.h index 5c8400ac3..a5fcddc7f 100644 --- a/list.h +++ b/list.h @@ -371,7 +371,7 @@ static inline void list_move_tail(struct list_head *node, * @node: list_head pointer used as iterator * @head: pointer to the head of the list * - * The nodes and the head of the list must must be kept unmodified while + * The nodes and the head of the list must be kept unmodified while * iterating through it. Any modifications to the the list will cause undefined * behavior. */ @@ -384,7 +384,7 @@ static inline void list_move_tail(struct list_head *node, * @head: pointer to the head of the list * @member: name of the list_head member variable in struct type of @entry * - * The nodes and the head of the list must must be kept unmodified while + * The nodes and the head of the list must be kept unmodified while * iterating through it. Any modifications to the the list will cause undefined * behavior. * diff --git a/scripts/checksums b/scripts/checksums index b8ae17c10..cb1eb51c7 100644 --- a/scripts/checksums +++ b/scripts/checksums @@ -1,2 +1,2 @@ dba62ae6590328e0f22912593ed6c1e3264ec901 queue.h -0ab0e0224f33940770e9e6297da833073004aebf list.h +5c021af1a6d78c9098f6432cb0eb6422db4482e1 list.h