public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephane Ouellette <ouellettes@videotron.ca>
To: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH][TRIVIAL 2.4]  Unused label in net/sunrpc/xdr.c
Date: Sat, 09 Aug 2003 12:11:27 -0400	[thread overview]
Message-ID: <3F351D2F.7050800@videotron.ca> (raw)

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

Folks,

    the following patch removes an unused label in net/sunrpc/xdr.c

    The patch applies to 2.4.22-rc1-ac1.

Stephane Ouellette.


[-- Attachment #2: xdr.c-2.4.22-rc1-ac1.diff --]
[-- Type: text/plain, Size: 326 bytes --]

--- linux-2.4.22-rc1-ac1-orig/net/sunrpc/xdr.c	Fri Aug  8 22:34:34 2003
+++ linux-2.4.22-rc1-ac1-fixed/net/sunrpc/xdr.c	Sat Aug  9 10:50:39 2003
@@ -231,7 +231,7 @@
 		iov->iov_base = (char *)xdr->tail[0].iov_base + base;
 		iov++;
 	}
- out:
+
 	return (iov - iov_base);
 out_err:
 	for (; first_kmap != ppage; first_kmap++)

                 reply	other threads:[~2003-08-09 16:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3F351D2F.7050800@videotron.ca \
    --to=ouellettes@videotron.ca \
    --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