Re: [PATCH 5/5] NET: Remove unneeded implicit type case whencalling tcp_minshall_update()

From: David Miller
Date: Wed Oct 24 2007 - 00:09:40 EST


From: Chuck Lever <chuck.lever@xxxxxxxxxx>
Date: Tue, 23 Oct 2007 11:44:33 -0400

> The tcp_minshall_update() function is called in exactly one place, and is
> passed an unsigned integer for the mss_len argument. Make the sign of the
> argument match the sign of the passed variable in order to eliminate an
> unneeded implicit type cast and a mixed sign comparison in
> tcp_minshall_update().
>
> Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx>

Applied, thanks.

> Cc: <netdev@xxxxxxxxxxxxxxx>

Actually, you only CC:'d linux-kernel on these patches.
-
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/