From d22399313afd98a953da596fab025fccf0a779a0 Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Tue, 29 Oct 2019 00:17:50 +0530 Subject: [PATCH] LU-12923 contrib: Update spelling.txt to add BUILD_BUG_ON() This is first in the series of patchs which replaces CLASSERT() with upstream kernel defined BUILD_BUG_ON() This specific patch updates contrib/scripts/spelling.txt to add line CLASSERT||BUILD_BUG_ON(). This will subsequently help follow up patchs to trap and flag warning during checkpatch check if CLASSERT() is still left defined. Test-Parameters: trivial Signed-off-by: Arshad Hussain Change-Id: If8fd76dd107cb53d657b7fa89bd62a9357222629 Reviewed-on: https://review.whamcloud.com/36645 Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: James Simmons Tested-by: Maloo Reviewed-by: Petros Koutoupis Reviewed-by: Neil Brown --- contrib/scripts/spelling.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/scripts/spelling.txt b/contrib/scripts/spelling.txt index b7ec2fe..193a73b 100644 --- a/contrib/scripts/spelling.txt +++ b/contrib/scripts/spelling.txt @@ -97,6 +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 +CLASSERT||BUILD_BUG_ON() msecs_to_jiffies||cfs_time_seconds DEFINE_TIMER||CFS_DEFINE_TIMER DN_MAX_BONUSLEN||DN_BONUS_SIZE(dnodesize) -- 1.8.3.1