public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org,
	akpm@linux-foundation.org, stefani@seibold.net
Subject: Re: [PATCH] tags: put function prototypes back (like in 2.6.31)
Date: Tue, 24 Nov 2009 00:04:24 +0800	[thread overview]
Message-ID: <20091123160424.GH2412@hack> (raw)
In-Reply-To: <20091121175058.GA2904@x200.localdomain>

On Sat, Nov 21, 2009 at 08:50:58PM +0300, Alexey Dobriyan wrote:
>Having function prototypes in tags is useful for e.g. quick look
>which header is needed for compile fix.
>

Sounds reasonable, but this will make finding the definition
a little harder with cscope, since usually I get more than
just the definition when I just want to locate it with cscope.

Thanks.


>removed in commit 7db86dc97fb0c47af63e6b965e8ff37126050d25
>"ctags: usability fix"
>
>Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
>---
>
> scripts/tags.sh |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>--- a/scripts/tags.sh
>+++ b/scripts/tags.sh
>@@ -102,7 +102,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/'
> 
>--
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/

-- 
Live like a child, think like the god.
 

      reply	other threads:[~2009-11-23 16:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-21 17:50 [PATCH] tags: put function prototypes back (like in 2.6.31) Alexey Dobriyan
2009-11-23 16:04 ` Américo Wang [this message]

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=20091123160424.GH2412@hack \
    --to=xiyou.wangcong@gmail.com \
    --cc=adobriyan@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stefani@seibold.net \
    --cc=torvalds@linux-foundation.org \
    /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