[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0802151347480.30955@jikos.suse.cz>
Date: Fri, 15 Feb 2008 13:48:30 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Julia Lawall <julia@...u.dk>
cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH 6/6] drivers/hid: Use DIV_ROUND_UP
On Thu, 14 Feb 2008, Julia Lawall wrote:
> - padlen = (len + maxpacket - 1) / maxpacket;
> + padlen = DIV_ROUND_UP(len, maxpacket);
Applied, thanks.
--
Jiri Kosina
--
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