mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Stone <daniel@kabuki.eyep.net>
To: Frank Davis <fdavis112@juno.com>
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: [PATCH] test13-pre6 net/atm/lec.c
Date: Sat, 30 Dec 2000 21:48:09 +1100	[thread overview]
Message-ID: <20001230111540Z135179-439+7280@vger.kernel.org> (raw)
In-Reply-To: Your message of "Sat, 30 Dec 2000 03:33:42 CDT." <20001230.033349.-192941.1.fdavis112@juno.com>
In-Reply-To: <20001230.033349.-192941.1.fdavis112@juno.com>

Thanks, but if you ever send HTML email (MIME'd, no less), I'll dismember
you.

> This message is in MIME format.  Since your mail reader does not understand
> this format, some or all of this message may not be legible.
> 
> ----__JNP_000_5510.0696.1d1b
> Content-Type: text/plain; charset=us-ascii  
> Content-Transfer-Encoding: 7bit
> 
> Hello,
>   The following patch appears to fix 2 of the 3 undefined references:
> publish_netdev is still unresolved.
> Regards,
> Frank
> --- net/atm/lec.c.old Sat Dec 30 03:08:14 2000
> +++ net/atm/lec.c     Sat Dec 30 03:17:44 2000
> @@ -772,10 +772,10 @@
>                  size = sizeof(struct lec_priv);
>  #ifdef CONFIG_TR
>                  if (is_trdev)
> -                        dev_lec[i] = prepare_trdev(NULL, size);
> +                        dev_lec[i] = init_trdev(NULL, size);
>                  else
>  #endif
> -                dev_lec[i] = prepare_etherdev(NULL, size);
> +                dev_lec[i] = init_etherdev(NULL, size);
>                  if (!dev_lec[i])
>                          return -ENOMEM;
>  
> ----__JNP_000_5510.0696.1d1b
> Content-Type: text/html; charset=us-ascii  
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Dwindows-1252" http-equiv=3DContent-=
> Type>
> <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR></HEAD>
> <BODY bottomMargin=3D0 leftMargin=3D3 rightMargin=3D3 topMargin=3D0>
> <DIV>Hello,</DIV>
> <DIV>&nbsp; The following patch appears to fix 2 of the 3 undefined =
> references:=20
> publish_netdev is still unresolved.</DIV>
> <DIV>
> <P class=3DMsoPlainText><SPAN=20
> style=3D"mso-fareast-font-family: 'MS Mincho'">Regards,</SPAN></P>
> <P class=3DMsoPlainText><SPAN=20
> style=3D"mso-fareast-font-family: 'MS Mincho'">Frank</SPAN></P>
> <P class=3DMsoPlainText><SPAN style=3D"mso-fareast-font-family: 'MS Mincho'=
> ">---=20
> net/atm/lec.c.old<SPAN style=3D"mso-tab-count: 1"> </SPAN>Sat Dec 30 03:08:=
> 14=20
> 2000<BR>+++ net/atm/lec.c<SPAN style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp=
> ;&nbsp;=20
> </SPAN>Sat Dec 30 03:17:44 2000<BR>@@ -772,10 +772,10 @@<BR><SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> </SPAN>size =3D sizeof(struct lec_priv);<BR><SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;</SPAN>#ifdef CONFIG_TR<BR><SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> </SPAN>if (is_trdev)<BR>-<SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
> nbsp;&nbsp;&nbsp;=20
> </SPAN>dev_lec[i] =3D prepare_trdev(NULL, size);<BR>+<SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
> nbsp;&nbsp;&nbsp;=20
> </SPAN>dev_lec[i] =3D init_trdev(NULL, size);<BR><SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> </SPAN>else<BR><SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN>#endif<BR>-<=
> SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> </SPAN>dev_lec[i] =3D prepare_etherdev(NULL, size);<BR>+<SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> </SPAN>dev_lec[i] =3D init_etherdev(NULL, size);<BR><SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> </SPAN>if (!dev_lec[i])<BR><SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
> nbsp;&nbsp;&nbsp;&nbsp;=20
> </SPAN>return -ENOMEM;<BR><SPAN=20
> style=3D"mso-spacerun: yes">&nbsp;</SPAN><BR></P></SPAN></DIV></BODY></HTML>
> 
> ----__JNP_000_5510.0696.1d1b--
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

      reply	other threads:[~2000-12-30 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-30  8:33 Frank Davis
2000-12-30 10:48 ` Daniel Stone [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=20001230111540Z135179-439+7280@vger.kernel.org \
    --to=daniel@kabuki.eyep.net \
    --cc=fdavis112@juno.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.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

all inboxes | Powered by JetHome®