Whamcloud - gitweb
LU-8277 scripts: add missing commas in checkpatch.pl 86/20786/2
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 14 Jun 2016 18:49:10 +0000 (13:49 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 16 Jun 2016 23:23:31 +0000 (23:23 +0000)
In checkpatch.pl add some missing commas to the table of deprecated
symbols.

Test-Parameters: trivial
Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I409d930db5863b983370c3286d75b357bf4090a1
Reviewed-on: http://review.whamcloud.com/20786
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Patrick Farrell <paf@cray.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
contrib/scripts/checkpatch.pl

index aff1404..668c243 100755 (executable)
@@ -465,16 +465,16 @@ my %dep_functions = (
        'ldlm_type_t',                  'enum ldlm_type',
        'ldlm_wire_policy_data_t',      'union ldlm_wire_policy_data',
 
-       'LPU64'                         '%llu'
-       'LPD64'                         '%lld'
-       'LPX64'                         '%#llx'
-       'LPX64i'                        '%llx'
-       'LPO64'                         '%#llo'
-
-       'LPLU'                          '%lu'
-       'LPLD'                          '%ld'
-       'LPLX'                          '%#lx'
-       'LPPID'                         '%d'
+       'LPU64',                        '%llu',
+       'LPD64',                        '%lld',
+       'LPX64',                        '%#llx',
+       'LPX64i',                       '%llx',
+       'LPO64',                        '%#llo',
+
+       'LPLU',                         '%lu',
+       'LPLD',                         '%ld',
+       'LPLX',                         '%#lx',
+       'LPPID',                        '%d',
 
        'LPROCFS',                      'CONFIG_PROC_FS',
        'mktemp',                       'mkstemp',