public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: "Anthony J. Breeds-Taurima" <tony@cantech.net.au>
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Change "return EBLAH" to "return -EBLAH in drivers/*
Date: Wed, 17 Apr 2002 09:12:23 -0700	[thread overview]
Message-ID: <20020417161223.GC374@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0204171223370.14274-100000@thor.cantech.net.au>

On Wed, Apr 17, 2002 at 12:42:23PM +0800, Anthony J. Breeds-Taurima wrote:
> Hello All,
> 	This is a simple patch that changes several "return EBLAH"'s in drivers/*
> for "return -EBLAH".  I have done my best to check the call stack to ensure
> that the change in sign of the return values wont break anything.

I'll add the usb driver changes to my tree, thanks.

Now if only those function return values were actually checked in the
code... :)

greg k-h

      parent reply	other threads:[~2002-04-17 17:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-17  4:42 [PATCH] Change "return EBLAH" to "return -EBLAH in drivers/* Anthony J. Breeds-Taurima
2002-04-17 12:29 ` Itai Nahshon
2002-04-17 16:12 ` Greg KH [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=20020417161223.GC374@kroah.com \
    --to=greg@kroah.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=tony@cantech.net.au \
    /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