dccp: make the request_retries minimum is 1
authorwangweidong <wangweidong1@huawei.com>
Tue, 13 May 2014 02:57:58 +0000 (10:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 May 2014 19:34:16 +0000 (15:34 -0400)
commit8ba7e7bfc39e05b57ed90a70db2b411b1204377b
tree9730e511da3e169819424812f74bbd4e9233a281
parentc9f2dba61b52d3cab70c176554cf955059a434ba
dccp: make the request_retries minimum is 1

In Documentation/networking/dccp.txt points that request_retries
should be greater than 0. So make the extra1 to be &one instead
of &zero.

Signed-off-by: Wang Weidong <wangweidong1@huawei.com>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/sysctl.c