public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kirill Tkhai <tkhai@yandex.ru>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: Michal Marek <mmarek@suse.cz>
Subject: [PATCH]scripts/tags.sh: Increase identifier list
Date: Thu, 12 Sep 2013 17:53:00 +0400	[thread overview]
Message-ID: <4751378993980@web6g.yandex.ru> (raw)

1)Add		__maybe_unused
		__always_unused
		__cacheline_aligned
		__cacheline_aligned_in_smp
		ACPI_EXPORT_SYMBOL
to the list.

2)Regroup and cleanup(spaces to tabs; make the same alignment).

Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
CC: Michal Marek <mmarek@suse.cz>
---
 scripts/tags.sh |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 74f02e4..0e93787 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -148,21 +148,24 @@ dogtags()
 
 exuberant()
 {
-	all_target_sources | xargs $1 -a                        \
-	-I __initdata,__exitdata,__initconst,__devinitdata	\
-	-I __devinitconst,__cpuinitdata,__initdata_memblock	\
-	-I __refdata,__attribute				\
-	-I __acquires,__releases,__deprecated			\
-	-I __read_mostly,__aligned,____cacheline_aligned        \
-	-I ____cacheline_aligned_in_smp                         \
-	-I ____cacheline_internodealigned_in_smp                \
-	-I __used,__packed,__packed2__,__must_check,__must_hold	\
-	-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL                      \
-	-I DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL \
-	-I static,const						\
-	--extra=+f --c-kinds=+px                                \
-	--regex-asm='/^(ENTRY|_GLOBAL)\(([^)]*)\).*/\2/'        \
-	--regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/' \
+	all_target_sources | xargs $1 -a				\
+	-I __initdata,__exitdata,__initconst,__devinitdata		\
+	-I __devinitconst,__cpuinitdata,__initdata_memblock		\
+	-I __refdata,__attribute,__deprecated				\
+	-I __maybe_unused,__always_unused				\
+	-I __acquires,__releases					\
+	-I __read_mostly						\
+	-I __aligned,__cacheline_aligned,____cacheline_aligned		\
+	-I __cacheline_aligned_in_smp,____cacheline_aligned_in_smp	\
+	-I ____cacheline_internodealigned_in_smp			\
+	-I __used,__packed,__packed2__,__must_check,__must_hold		\
+	-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL,ACPI_EXPORT_SYMBOL		\
+	-I DEFINE_TRACE							\
+	-I EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL	\
+	-I static,const							\
+	--extra=+f --c-kinds=+px					\
+	--regex-asm='/^(ENTRY|_GLOBAL)\(([^)]*)\).*/\2/'		\
+	--regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/'	\
 	--regex-c++='/^TRACE_EVENT\(([^,)]*).*/trace_\1/'		\
 	--regex-c++='/^DEFINE_EVENT\([^,)]*, *([^,)]*).*/trace_\1/'	\
 	--regex-c++='/PAGEFLAG\(([^,)]*).*/Page\1/'			\

                 reply	other threads:[~2013-09-12 14:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4751378993980@web6g.yandex.ru \
    --to=tkhai@yandex.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mmarek@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox