linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Francois Romieu <romieu@fr.zoreil.com>
To: akpm@digeo.com
Cc: Greg KH <greg@kroah.com>, Christoph Hellwig <hch@infradead.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [USB] [PATCH] Crud-- (was: Re: [ATM] [UPDATE] unbalanced usw)
Date: Sat, 10 May 2003 23:01:39 +0200	[thread overview]
Message-ID: <20030510230139.B17835@electric-eye.fr.zoreil.com> (raw)
In-Reply-To: <20030510213906.A17835@electric-eye.fr.zoreil.com>; from romieu@fr.zoreil.com on Sat, May 10, 2003 at 09:39:06PM +0200

Francois Romieu <romieu@fr.zoreil.com> :
[...]
> diff -puN drivers/usb/class/usb-midi.c~codingstyle-patrol-usb drivers/usb/class/usb-midi.c
> --- linux-2.5.69-1.1042.101.10-to-1.1083/drivers/usb/class/usb-midi.c~codingstyle-patrol-usb	Sat May 10 20:34:14 2003
> +++ linux-2.5.69-1.1042.101.10-to-1.1083-fr/drivers/usb/class/usb-midi.c	Sat May 10 21:29:42 2003
> @@ -1355,8 +1355,10 @@ static struct usb_midi_device *parse_des
>  		next = p2 + p2[0];
>  		length -= p2[0];
>  
> -		if (p2[0] < 2 ) break;
> -		if (p2[1] != USB_DT_CS_INTERFACE) break;
> +		if (p2[0] < 2 )
> +			break;
> +		if (p2[1] != USB_DT_CS_INTERFACE)r
                                                !!!
> +			break;

... and the winner of the "Bozo of the week award" is Francois Romieu
for his new concept of compilation checking without .config update.

I'll send a link for an update once it at least compiles.

--
Ueimor

  reply	other threads:[~2003-05-10 20:49 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200305071813.h47IDpc9010906@hera.kernel.org>
2003-05-07 23:01 ` [ATM] [PATCH] unbalanced exit path in Forerunner HE he_init_one() Francois Romieu
2003-05-08  5:06   ` Christoph Hellwig
2003-05-08 10:08     ` Francois Romieu
2003-05-08 10:54     ` David S. Miller
2003-05-08 22:47       ` Werner Almesberger
2003-05-09  0:58         ` chas williams
2003-05-09  1:23           ` David S. Miller
2003-05-09 22:02           ` [ATM] [UPDATE] " Francois Romieu
2003-05-09 23:38             ` [ATM] [UPDATE] unbalanced exit path in Forerunner HE he_init_one() (and an iphase patch too!) chas williams
2003-05-10  5:20               ` Christoph Hellwig
2003-05-10 13:52                 ` chas williams
2003-05-10 14:02                   ` David S. Miller
2003-05-10 15:18                     ` chas williams
2003-05-10 15:25                       ` David S. Miller
2003-05-10 14:43                   ` Christoph Hellwig
2003-05-10 16:12                   ` Greg KH
2003-05-10 19:39                     ` [USB] [PATCH] Crud-- (was: Re: [ATM] [UPDATE] unbalanced usw) Francois Romieu
2003-05-10 21:01                       ` Francois Romieu [this message]
2003-05-10 23:04                         ` Francois Romieu
2003-05-13 20:10                           ` Greg KH
2003-05-10 10:54               ` [ATM] [UPDATE] unbalanced exit path in Forerunner HE he_init_one() (and an iphase patch too!) Francois Romieu
2003-05-08 12:20   ` [ATM] [PATCH] unbalanced exit path in Forerunner HE he_init_one() chas williams
2003-05-08 13:18     ` Francois Romieu

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=20030510230139.B17835@electric-eye.fr.zoreil.com \
    --to=romieu@fr.zoreil.com \
    --cc=akpm@digeo.com \
    --cc=greg@kroah.com \
    --cc=hch@infradead.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).