[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071023.210915.88476472.davem@davemloft.net>
Date: Tue, 23 Oct 2007 21:09:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: chuck.lever@...cle.com
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 5/5] NET: Remove unneeded implicit type case when
calling tcp_minshall_update()
From: Chuck Lever <chuck.lever@...cle.com>
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@...cle.com>
Applied, thanks.
> Cc: <netdev@...r.kernel.org>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists