From: Thomas Schlichter <schlicht@uni-mannheim.de>
To: dwmw2@redhat.com
Cc: linux-mtd@lists.infradead.org
Cc: trivial@rustcorp.com.au
Subject: [TRIVIAL PATCH 2.5.67] fix compilation error for mtdblock.c
Date: Wed, 9 Apr 2003 14:46:08 +0200 [thread overview]
Message-ID: <200304091446.20333.schlicht@uni-mannheim.de> (raw)
[-- Attachment #1.1: body text --]
[-- Type: text/plain, Size: 53 bytes --]
Just added the missing right parenthesis..
Thomas
[-- Attachment #1.2: mtdblock.diff --]
[-- Type: text/x-diff, Size: 443 bytes --]
--- linux-2.5.67/drivers/mtd/mtdblock.c.orig Wed Apr 9 14:00:10 2003
+++ linux-2.5.67/drivers/mtd/mtdblock.c Wed Apr 9 14:00:32 2003
@@ -388,7 +388,7 @@
struct mtdblk_dev *mtdblk;
unsigned int res;
- while ((req = elv_next_request(&mtd_queue) != NULL) {
+ while ((req = elv_next_request(&mtd_queue)) != NULL) {
struct mtdblk_dev **p = req->rq_disk->private_data;
spin_unlock_irq(mtd_queue.queue_lock);
mtdblk = *p;
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
reply other threads:[~2003-04-09 13:26 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=200304091446.20333.schlicht@uni-mannheim.de \
--to=schlicht@uni-mannheim.de \
--cc=dwmw2@redhat.com \
--cc=linux-mtd@lists.infradead.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