tcp: whitespace fixes
Fix places where there is space before tab, long lines, and awkward if(){, double spacing etc. Add blank line after declaration/initialization. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d09d3038a3
commit
688d1945bc
@@ -29,7 +29,6 @@ static int rtt0 = 25;
|
||||
module_param(rtt0, int, 0644);
|
||||
MODULE_PARM_DESC(rtt0, "reference rout trip time (ms)");
|
||||
|
||||
|
||||
/* This is called to refresh values for hybla parameters */
|
||||
static inline void hybla_recalc_param (struct sock *sk)
|
||||
{
|
||||
|
Reference in New Issue
Block a user