Re: [PATCH 3/8] net/9p/trans_fd.c: Fix unsigned return type

From: David Miller
Date: Mon Sep 06 2010 - 21:39:49 EST


From: Julia Lawall <julia@xxxxxxx>
Date: Sun, 5 Sep 2010 21:00:21 +0200

> The function has an unsigned return type, but returns a negative constant
> to indicate an error condition. The result of calling the function is
> always stored in a variable of type (signed) int, and thus unsigned can be
> dropped from the return type.
>
> A sematic match that finds this problem is as follows:
> (http://coccinelle.lip6.fr/)
...
> Signed-off-by: Julia Lawall <julia@xxxxxxx>

Applied.
--
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/