linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Adam J. Richter" <adam@yggdrasil.com>
To: james@fishsoupo.dhs.org
Cc: linux-kernel@vger.kernel.org
Subject: toshoboe.c typo in linux-2.4.0-test11-pre4
Date: Mon, 13 Nov 2000 14:34:35 -0800	[thread overview]
Message-ID: <200011132234.OAA03249@baldur.yggdrasil.com> (raw)

	linux-2.4.0-test11-pre{3,4}/drivers/net/irda/toshoboe.c contains
a reference to the undefined symbol toshoboe_change_speed.  I guess
this should be a reference to toshoboe_setbaud.  Because I am not
positive, I am not sending this message directly to Linus, but I
am cc'ing it to linux-kernel.  If I am right or if you have a better
patch, can you please send it to Linus?  Thank you.

Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."

--- linux-2.4.0-test11-pre4/drivers/net/irda/toshoboe.c	Mon Nov 13 13:36:50 2000
+++ linux/drivers/net/irda/toshoboe.c	Mon Nov 13 13:57:32 2000
@@ -275,7 +275,7 @@
   if ((speed = irda_get_speed(skb)) != self->io.speed) {
 	/* Check for empty frame */
 	if (!skb->len) {
-	    toshoboe_change_speed(self, speed); 
+	    toshoboe_setbaud(self, speed); 
 	    return 0;
 	} else
 	    self->new_speed = speed;
-
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-11-13 23:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-13 22:34 Adam J. Richter [this message]
2000-11-13 22:54 ` APM oops with Dell 5000e laptop Dax Kelson
2000-11-13 23:04   ` Brad Douglas
2000-11-16 16:06   ` Alan Cox
2000-11-16 17:59     ` Dax Kelson
2000-11-16 18:17       ` Alan Cox
2000-11-16 21:04         ` John D. Kim
2000-11-16 21:21           ` Barry K. Nathan
2000-11-18 21:02           ` Pavel Machek
2000-11-16 20:08       ` Brad Douglas
2000-11-16 21:43         ` Alan Cox
2000-11-16 23:40           ` Brad Douglas
2000-11-17 10:49             ` Alan Cox
2000-11-17 18:57               ` Brad Douglas

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=200011132234.OAA03249@baldur.yggdrasil.com \
    --to=adam@yggdrasil.com \
    --cc=james@fishsoupo.dhs.org \
    --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).