linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Maciej Soltysiak <solt@dns.toxicfilms.tv>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][TRIVIAL] Re: Linux 2.5.64-ac3
Date: Fri, 7 Mar 2003 21:33:43 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.51.0303072131570.23212@dns.toxicfilms.tv> (raw)
In-Reply-To: <200303071756.h27HuiY01551@devserv.devel.redhat.com>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 596 bytes --]

Hi,

> Linux 2.5.64-ac3
> o	Bring core IDE code into sync with the latest	(me)
> 	2.4.21pre5-ac code base. The drivers are not
> 	quite current with it yet.
There's a typo that breaks compiling ide-default.c

Here's the patch:

--- linux-2.5.60/drivers/ide/ide-default.c~	2003-03-07 20:32:32.000000000 +0100
+++ linux-2.5.60/drivers/ide/ide-default.c	2003-03-07 21:30:01.000000000 +0100
@@ -51,7 +51,7 @@
 	.name		=	"ide-default",
 	.version	=	IDEDEFAULT_VERSION,
 	.attach		=	idedefault_attach,
-	.supports_dma	=	1.
+	.supports_dma	=	1,
 	.drives		=	LIST_HEAD_INIT(idedefault_driver.drives)
 };

[-- Attachment #2: ide-default.c.diff --]
[-- Type: TEXT/plain, Size: 381 bytes --]

--- linux-2.5.60/drivers/ide/ide-default.c~	2003-03-07 20:32:32.000000000 +0100
+++ linux-2.5.60/drivers/ide/ide-default.c	2003-03-07 21:30:01.000000000 +0100
@@ -51,7 +51,7 @@
 	.name		=	"ide-default",
 	.version	=	IDEDEFAULT_VERSION,
 	.attach		=	idedefault_attach,
-	.supports_dma	=	1.
+	.supports_dma	=	1,
 	.drives		=	LIST_HEAD_INIT(idedefault_driver.drives)
 };
 

  parent reply	other threads:[~2003-03-07 20:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-07 17:56 Linux 2.5.64-ac3 Alan Cox
2003-03-07 20:14 ` [patch] 2.5.64-ac3: fix a typo in ide-default.c Adrian Bunk
2003-03-07 20:33 ` Maciej Soltysiak [this message]
2003-03-07 23:08   ` [PATCH][TRIVIAL] Re: Linux 2.5.64-ac3 Alan Cox
2003-03-07 21:03 ` 2.5.64-ac3: 3c527.c doesn't compile Adrian Bunk
2003-03-07 21:34   ` James Bottomley
2003-03-22  8:23     ` Adrian Bunk
2003-03-09  1:58 ` Question about VISWS 2.5.64-ac3 Osamu Tomita
2003-03-09  2:16 ` New IDE codes in 2.5.64-ac3 Osamu Tomita
2003-03-09 20:53   ` Alan Cox

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=Pine.LNX.4.51.0303072131570.23212@dns.toxicfilms.tv \
    --to=solt@dns.toxicfilms.tv \
    --cc=alan@redhat.com \
    --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;
as well as URLs for NNTP newsgroup(s).