uatomic/x86: Remove redundant memory barriers
[urcu.git] / scripts / urcu-api-list.sh
index 551715524bdf65a4839719c14e9f3c42934b6e2a..3f065b4c71b9d1589f40b443429e53b9a5cd1ceb 100755 (executable)
@@ -1,25 +1,13 @@
 #!/bin/sh
+
+# SPDX-FileCopyrightText: 2013 IBM Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Run in userspace-rcu git archive.  Prints out a list of API members
 # and the version in which they were introduced.  You need to list all
 # the API members immediately below. Depends on "cscope".
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# Copyright (C) IBM Corporation, 2013
-#
+
 # Authors: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
 
 api="caa_container_of \
@@ -227,7 +215,7 @@ do
                rm $T/$tag/call_rcu
        fi
        ( ls $T/$tag; ls $T/$lasttag ) | sort | uniq -u |
-               awk -v tag=$tag '{ print "<tr><td>" $1 "</td><td>" tag "</td></tr>" }'
+               awk -v tag=$tag '{ print "\t<tr><td>" $1 "</td><td>" tag "</td></tr>" }'
        lasttag=$tag
 done
 
This page took 0.022281 seconds and 4 git commands to generate.