From c48dc4d706dda2d71a1764e6ae56c1ac692b8120 Mon Sep 17 00:00:00 2001 From: Mr NeilBrown Date: Mon, 26 Aug 2019 14:46:36 +1000 Subject: [PATCH] LU-6142 contrib: fix typo in spelling.txt file Any patch that mentions cfs_time_seconds() gets a weird warning from checkpatch due to this typo. Test-Parameters: trivial Signed-off-by: Mr NeilBrown Change-Id: Ifeb54992c991f7f6cbcd0a9fd5aca5158adb2a4f Reviewed-on: https://review.whamcloud.com/35965 Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain --- contrib/scripts/spelling.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/spelling.txt b/contrib/scripts/spelling.txt index 540b4f4..96cf01d 100644 --- a/contrib/scripts/spelling.txt +++ b/contrib/scripts/spelling.txt @@ -97,7 +97,7 @@ cfs_time_before_64||ktime_before cfs_time_current||jiffies cfs_time_current_64||ktime_get cfs_time_current_sec||ktime_get_real_seconds -msecs_to_jiffies|cfs_time_seconds +msecs_to_jiffies||cfs_time_seconds DEFINE_TIMER||CFS_DEFINE_TIMER DN_MAX_BONUSLEN||DN_BONUS_SIZE(dnodesize) DN_OLD_MAX_BONUSLEN||DN_BONUS_SIZE(DNODE_MIN_SIZE) -- 1.8.3.1