Chen Gang <gang.c...@asianux.com> wrote:

> For 'while' looping, need stop when 'nbytes == 0', or will cause issue.
> ('nbytes' is size_t which is always bigger or equal than zero).
> 
> The related warning: (with EXTRA_CFLAGS=-W)
>   lib/mpi/mpicoder.c:40:2: warning: comparison of unsigned expression >= 0 is 
> always true [-Wtype-limits]

Acked-by: David Howells <dhowe...@redhat.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to