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)
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>

No differences found