[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200608291414.k7TEETg8003595@turing-police.cc.vt.edu>
Date: Tue, 29 Aug 2006 10:14:29 -0400
From: Valdis.Kletnieks@...edu
To: Lee Trager <Lee@...turesInMotion.net>
Cc: Jens Axboe <axboe@...nel.dk>, Pavel Machek <pavel@....cz>,
B.Zolnierkiewicz@...a.pw.edu.pl, linux-ide@...r.kernel.org,
linux-kernel@...r.kernel.org, akpm@...l.org, seife@...e.de
Subject: Re: HPA Resume patch
On Mon, 28 Aug 2006 22:14:34 EDT, Lee Trager said:
> Thinkpad users. Anyway my only question is how to I get my patched
> signed off by someone?
You read Documentation/SubmittingPatches, and follow the directions there,
and remember to merge in any comments people might have...
> + err = ide_do_drive_cmd(drive, &rq, ide_head_wait);
> +
> + if (err == 0 && drv->resume)
Often better written as:
if (!err && drv->resume)
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists