mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] test13-pre6  net/atm/lec.c
@ 2000-12-30  8:33 Frank Davis
  2000-12-30 10:48 ` Daniel Stone
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2000-12-30  8:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

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;
 

[-- Attachment #2: Type: text/html, Size: 2777 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] test13-pre6 net/atm/lec.c
  2000-12-30  8:33 [PATCH] test13-pre6 net/atm/lec.c Frank Davis
@ 2000-12-30 10:48 ` Daniel Stone
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Stone @ 2000-12-30 10:48 UTC (permalink / raw)
  To: Frank Davis; +Cc: linux-kernel, torvalds

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-30 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-30  8:33 [PATCH] test13-pre6 net/atm/lec.c Frank Davis
2000-12-30 10:48 ` Daniel Stone

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®