linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bernd Eckenfels <ecki-lmk@lina.inka.de>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sparse function pointer arguments now accept void pointers
Date: Thu, 31 Jul 2003 08:29:24 +0200	[thread overview]
Message-ID: <E19i6wG-0000Um-00@calista.inka.de> (raw)
In-Reply-To: <20030731052810.GA2853@osdl.org>

In article <20030731052810.GA2853@osdl.org> you wrote:
> This patch eliminates warnings of the form:
...
> -       if (t->type == SYM_PTR) {
> +       if (t->type == SYM_PTR || t->type == SYM_FN) {

unlikely

Greetings
Bernd
-- 
eckes privat - http://www.eckes.org/
Project Freefire - http://www.freefire.org/

  reply	other threads:[~2003-07-31  6:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-31  5:28 [PATCH] sparse function pointer arguments now accept void pointers Dave Olien
2003-07-31  6:29 ` Bernd Eckenfels [this message]
2003-07-31 16:45   ` Dave Olien

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=E19i6wG-0000Um-00@calista.inka.de \
    --to=ecki-lmk@lina.inka.de \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).