Re: [patch] big udelay's in fb drivers (2.4.0-prerelease)

Oliver Xymoron (oxymoron@waste.org)
Thu, 4 Jan 2001 13:07:12 -0600 (CST)


On Thu, 4 Jan 2001, Marko Kreen wrote:

> On Wed, Jan 03, 2001 at 11:32:52PM +0200, Marko Kreen wrote:
> > - udelay(15000); /* delay for 50 (15) ms */
> > + mdelay(15); /* delay for 50 (15) ms */
>
> Per Mark Hahn suggestion here is a patch that fixes the weird
> comments too. This is cumulative to the previous patch.

Once the comments are unweirded, they become completely superfluous. At
which point its best not to have them - when someone next comes along and
changes the delay, it might end up disagreeing with the comment and
causing confusion.

-- 
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/