scripts/get_abi: change the file/line number meta info
[sfrench/cifs-2.6.git] / scripts / get_abi.pl
index 6212f58b69c612d1b84ac3b1ce8ebec7d9d14de3..25836ac0a33d49158b570a35f55d0ce4a5f0ba82 100755 (executable)
@@ -326,7 +326,7 @@ sub output_rest {
                my @filepath = split / /, $data{$what}->{filepath};
 
                if ($enable_lineno) {
-                       printf "#define LINENO %s%s#%s\n\n",
+                       printf ".. LINENO %s%s#%s\n\n",
                               $prefix, $file[0],
                               $data{$what}->{line_no};
                }
@@ -1022,7 +1022,7 @@ logic (B<--no-rst-source>).
 
 =item B<--enable-lineno>
 
-Enable output of #define LINENO lines.
+Enable output of .. LINENO lines.
 
 =item B<--debug> I<debug level>