Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: sock: Use USEC_PER_SEC macro instead of literal 1000000
The USEC_PER_SEC is used once in sock_set_timeout as the max value of tv_usec. But there are other similar codes which use the literal 1000000 in this file. It is minor cleanup to keep consitent. Signed-off-by: Gao Feng <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information