bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] i2o and ataraid fixes


From: Neal H Walfield
Subject: Re: [PATCH] i2o and ataraid fixes
Date: Fri, 10 Aug 2001 21:55:05 +0200
User-agent: Mutt/1.3.18i

> @@ -226,7 +234,14 @@
>            || (COMPAQ_SMART_MAJOR <= major && major <= COMPAQ_SMART_MAJOR7));
>  }
>  
> +
>  static int
> +_is_i2o_major (int major)
> +{
> +     return (I2O_MAJOR1 <= major && major <= I2O_MAJOR8);

This is wrong.  It should read:

+       return (I2O_MAJOR1 >= major && major <= I2O_MAJOR8);

At the same time, I am going to promote my `make patches even more
readable and use `-p' with diff campaign'.  Really, it is great;  diff
figures out what function each hunk comes from.

Attachment: pgpnRgGDUn0Fq.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]