Re: [PATCH] Minor fixes to generic do_div

From: Paul Mackerras
Date: Mon Oct 23 2006 - 03:59:15 EST


Matthew Wilcox writes:

> * The semantics of do_div() are:
> *
> - * uint32_t do_div(uint64_t *n, uint32_t base)
> + * uint32_t do_div(uint64_t n, uint32_t base)

... or would be, if n were passed by reference. If you're going to
change the comment, I think you should say explicitly that n is
changed.

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