From: "David S. Miller" <davem@redhat.com>
To: Christoph Hellwig <hch@lst.de>
Cc: netdev@oss.sgi.com
Subject: Re: [PATCH] missing statics in atm
Date: Sun, 15 Aug 2004 19:18:47 -0700 [thread overview]
Message-ID: <20040815191847.3d242356.davem@redhat.com> (raw)
In-Reply-To: <20040814143324.GA26061@lst.de>
On Sat, 14 Aug 2004 16:33:24 +0200
Christoph Hellwig <hch@lst.de> wrote:
> -struct net_device *clip_devs = NULL;
> -struct atm_vcc *atmarpd = NULL;
> +static struct net_device *clip_devs;
> +static struct atm_vcc *atmarpd;
...
> -
> -extern struct net_device *clip_devs;
> -
Works for me. Patch applied, thanks Christoph.
prev parent reply other threads:[~2004-08-16 2:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-14 14:33 [PATCH] missing statics in atm Christoph Hellwig
2004-08-16 2:18 ` David S. Miller [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=20040815191847.3d242356.davem@redhat.com \
--to=davem@redhat.com \
--cc=hch@lst.de \
--cc=netdev@oss.sgi.com \
/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).