linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: laurent.ml@linuxfr.org
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.23-pre8
Date: Thu, 23 Oct 2003 17:22:24 +0200	[thread overview]
Message-ID: <wazza.87ad7sf07j.fsf@message.id> (raw)
In-Reply-To: <Pine.LNX.4.44.0310222116270.1364-100000@logos.cnet> (Marcelo Tosatti's message of "Wed, 22 Oct 2003 21:24:17 -0200 (BRST)")

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

Marcelo Tosatti <marcelo.tosatti@cyclades.com> writes:

>   o [IRDA]: Fix build with gcc-3.4

Tell me if I'm wrong, it seems 2 comas are missing.


[-- Attachment #2: irda.2.4.23-pre8.diff --]
[-- Type: text/plain, Size: 825 bytes --]

diff -ur linux-2.4.23-pre8.orig/net/irda/af_irda.c linux-2.4.23-pre8/net/irda/af_irda.c
--- linux-2.4.23-pre8.orig/net/irda/af_irda.c	2003-10-23 17:11:55.000000000 +0200
+++ linux-2.4.23-pre8/net/irda/af_irda.c	2003-10-23 16:38:34.000000000 +0200
@@ -285,7 +285,7 @@
 		self->max_data_size = irttp_get_max_seg_size(self->tsap);
 	};
 
-	IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__
+	IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__,
 		   self->max_data_size);
 
 	memcpy(&self->qos_tx, qos, sizeof(struct qos_info));
@@ -384,7 +384,7 @@
 
 	/* Check if request succeeded */
 	if (result != IAS_SUCCESS) {
-		IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__
+		IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__,
 			   result);
 
 		self->errno = result;	/* We really need it later */

[-- Attachment #3: Type: text/plain, Size: 13 bytes --]


-- 
Laurent

  parent reply	other threads:[~2003-10-23 15:22 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-22 23:24 Linux 2.4.23-pre8 Marcelo Tosatti
2003-10-23  1:53 ` viro
2003-10-23 15:45   ` Matt Zimmerman
2003-10-23  7:05 ` Jeff Chua
2003-10-23 11:26   ` Marcelo Tosatti
2003-10-23 14:07 ` [patch] 2.4.23-pre8: link error with both megaraid drivers Adrian Bunk
2003-10-23 14:18   ` Matthew Wilcox
2003-10-23 19:42     ` Adrian Bunk
2003-10-23 15:22 ` laurent.ml [this message]
2003-10-23 20:23   ` Linux 2.4.23-pre8 Olaf Hering
2003-10-23 17:05 ` Peter Osterlund
2003-10-23 17:48   ` Marcelo Tosatti
2003-10-23 18:12 ` Philipp Matthias Hahn
2003-10-23 18:59   ` Trond Myklebust
2003-10-23 21:20   ` Andre Tomt
2003-10-23 21:55     ` Trond Myklebust
2003-10-23 19:47 ` 2.4.23-pre8: usbnet.c doesn't compile with gcc 2.95 Adrian Bunk
2003-10-23 22:03   ` Greg KH
2003-10-23 22:43     ` Adrian Bunk
2003-10-23 19:59 ` 2.4.23-pre8: link error with multiple USB Gadget drivers Adrian Bunk
2003-10-24 16:47   ` David Brownell
2003-10-23 23:09 ` Linux 2.4.23-pre8 Lukasz Trabinski
2003-10-24  0:26 ` Andre Tomt
     [not found] <Pine.LNX.4.44.0310222116270.1364-100000@dstl.gov.uk>
2003-10-24 15:11 ` Tony Gale
2003-10-24 15:33   ` Len Brown
     [not found] <marcelo.tosatti@cyclades.com>
     [not found] ` <Pine.LNX.4.44.0310251839030.30825-100000@logos.cnet>
2003-10-30  0:30   ` chas williams
2003-10-30 23:26     ` Lukasz Trabinski

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=wazza.87ad7sf07j.fsf@message.id \
    --to=laurent.ml@linuxfr.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.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).