[NET] IPV4: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
642656518b
commit
e905a9edab
@@ -14,8 +14,8 @@
|
||||
* with fixed-point MD scaled <<8.
|
||||
*/
|
||||
static const struct hstcp_aimd_val {
|
||||
unsigned int cwnd;
|
||||
unsigned int md;
|
||||
unsigned int cwnd;
|
||||
unsigned int md;
|
||||
} hstcp_aimd_vals[] = {
|
||||
{ 38, 128, /* 0.50 */ },
|
||||
{ 118, 112, /* 0.44 */ },
|
||||
|
Reference in New Issue
Block a user