Re: [patch-kj] use list_for_each() i386/pci/pcbios.c

From: Greg KH
Date: Mon Aug 02 2004 - 17:46:50 EST


On Fri, Jul 23, 2004 at 11:19:16AM +0200, maximilian attems wrote:
>
> Use list_for_each() where applicable
> - for (list = ymf_devs.next; list != &ymf_devs; list = list->next) {
> + list_for_each(list, &ymf_devs) {
> pure cosmetic change, defined as a preprocessor macro in:
> include/linux/list.h
>
> patch against 2.6.7-bk20, please tell if you need against newer.
>
> From: Domen Puncer <domen@xxxxxxxxxxxx>
> Signed-off-by: Maximilian Attems <janitor@xxxxxxxxxxxxxx>

Applied, thanks.

greg k-h
-
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/