From: "Randy.Dunlap" <rddunlap@osdl.org>
To: netdev@oss.sgi.com
Cc: jgarzik@pobox.com
Subject: [PATCH[ depca: remove double semi-colon
Date: Sun, 25 Jan 2004 16:56:33 -0800 [thread overview]
Message-ID: <20040125165633.2660c082.rddunlap@osdl.org> (raw)
Please apply to 2.6.current.
--
~Randy
description: remove double semi-colon typo;
diffstat:=
drivers/net/depca.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./drivers/net/depca.c~depca_semi ./drivers/net/depca.c
--- ./drivers/net/depca.c~depca_semi 2004-01-08 22:59:42.000000000 -0800
+++ ./drivers/net/depca.c 2004-01-25 16:48:45.000000000 -0800
@@ -1459,7 +1459,7 @@ static int __init depca_mca_probe(struct
out_unclaim:
mca_device_set_claim(mdev, 0);
- return err;;
+ return err;
}
#endif
next reply other threads:[~2004-01-26 0:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-26 0:56 Randy.Dunlap [this message]
2004-02-19 0:29 ` [PATCH[ depca: remove double semi-colon Jeff Garzik
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=20040125165633.2660c082.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=jgarzik@pobox.com \
--cc=netdev@oss.sgi.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).