From: Santiago Gala <sgala@apache.org>
To: linux-kernel@vger.kernel.org
Subject: Typo in -mm2 patch for 2.6.9-rc2
Date: Fri, 24 Sep 2004 14:31:51 +0200 [thread overview]
Message-ID: <415413B7.2070707@apache.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 154 bytes --]
Ditto: s/exec_dma/exec_cmd/
The patch is take for the root of the file system, I don't know the
rules here, but it is trivial enough.
Regards
Santiago
[-- Attachment #1.2: mm-sources-2.6.9-rc2-mm2.patch --]
[-- Type: text/x-patch, Size: 556 bytes --]
--- /usr/src/linux-2.6.9-rc2-mm2/drivers/ide/ppc/pmac.c~ 2004-09-24 11:56:16.000000000 +0200
+++ /usr/src/linux-2.6.9-rc2-mm2/drivers/ide/ppc/pmac.c 2004-09-24 12:40:07.468128912 +0200
@@ -2093,7 +2093,7 @@
hwif->ide_dma_on = &__ide_dma_on;
hwif->ide_dma_check = &pmac_ide_dma_check;
hwif->dma_setup = &pmac_ide_dma_setup;
- hwif->dma_exec_dma = &pmac_ide_dma_exec_cmd;
+ hwif->dma_exec_cmd = &pmac_ide_dma_exec_cmd;
hwif->dma_start = &pmac_ide_dma_start;
hwif->ide_dma_end = &pmac_ide_dma_end;
hwif->ide_dma_test_irq = &pmac_ide_dma_test_irq;
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
next reply other threads:[~2004-09-24 12:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-24 12:31 Santiago Gala [this message]
2004-09-24 13:16 ` Typo in -mm2 patch for 2.6.9-rc2 Bartlomiej Zolnierkiewicz
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=415413B7.2070707@apache.org \
--to=sgala@apache.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.