> udelay(15000); /* delay 15ms */
>
> the comment is just extra baggage. No sense touching it generally, but if
> you're gonna change it to mdelay..
The comments are 15 (50) implying someone swapped them around for a reason
and noted it
-
To unsubscribe from this list: send the line "unsubscrib
On Fri, 5 Jan 2001, Alan Cox wrote:
> > 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.
>
> Before y
> 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.
Before you remove the comments check with the author and
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 cumul
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.
--
marko
--- linu
5 matches
Mail list logo