bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] device/net_io.c: add comments and initialize hash_entp


From: Marin Ramesa
Subject: Re: [PATCH 1/2] device/net_io.c: add comments and initialize hash_entp
Date: Mon, 02 Dec 2013 11:58:30 +0100

On 02.12.2013 11:55:14, Marin Ramesa wrote:
> +    for (counter = 0; i < N_NET_HASH_KEYS; i++)

This should be:

for (counter = 0; counter < N_NET_HASH_KEYS; counter++);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]