summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-12-02 16:04:34 +0000
committerMichal Marek <mmarek@suse.cz>2010-12-02 16:04:34 +0000
commitbcc4ae072208b0f56ab26693e77504f69ca821ab (patch)
tree90c7011dc66fcc4ca3e9d7f7fda0f2d9dc5ec0ba /scripts
parent66202191f19163f77555eb080bcc4f197c8ae52d (diff)
parent0a18a9386c056028799938960f91be338c4ff349 (diff)
Merge branch 'misc' into for-next
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tags.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 8509bb512935..e091db312ddb 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -123,7 +123,7 @@ exuberant()
-I ____cacheline_internodealigned_in_smp \
-I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \
-I DEFINE_TRACE,EXPORT_TRACEPOINT_SYMBOL,EXPORT_TRACEPOINT_SYMBOL_GPL \
- --extra=+f --c-kinds=-px \
+ --extra=+f --c-kinds=+px \
--regex-asm='/^ENTRY\(([^)]*)\).*/\1/' \
--regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/'