Whamcloud - gitweb
LU-6215 lprocfs: handle seq_printf api change
[fs/lustre-release.git] / contrib / scripts / checkpatch.pl
index dc85c7c..372ed4c 100755 (executable)
@@ -472,6 +472,8 @@ my %dep_functions = (
        'strcat',                       'strncat',
        'tempnam',                      'mkstemp',
        'f_dentry',                     'f_path.dentry',
+       '= seq_printf',                 'seq_printf',
+       'return seq_printf',            'seq_printf',
 );
 
 my @rawlines = ();