Whamcloud - gitweb
LU-6142 contrib: fix typo in spelling.txt file 65/35965/4
authorMr NeilBrown <neilb@suse.com>
Mon, 26 Aug 2019 04:46:36 +0000 (14:46 +1000)
committerOleg Drokin <green@whamcloud.com>
Sat, 7 Sep 2019 01:49:48 +0000 (01:49 +0000)
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 <neilb@suse.com>
Change-Id: Ifeb54992c991f7f6cbcd0a9fd5aca5158adb2a4f
Reviewed-on: https://review.whamcloud.com/35965
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
contrib/scripts/spelling.txt

index 540b4f4..96cf01d 100644 (file)
@@ -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)