[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <17724.29679.520994.865570@cargo.ozlabs.ibm.com>
Date: Mon, 23 Oct 2006 17:49:03 +1000
From: Paul Mackerras <paulus@...ba.org>
To: Matthew Wilcox <matthew@....cx>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Minor fixes to generic do_div
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists