Re: [PATCH] net: socket.c: Fix comparison issues
What is the reason for this change? Why is the new way better than the old way?
[PATCH] net: socket.c: Fix comparison issues
The constant has been placed to the right side of the test. Signed-off-by: Shubhankar Kuranagatti --- net/socket.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/socket.c b/net/socket.c index 84a8049c2b09..a23dd4348793 100644 --- a/net/socket.c +++ b/net/socket.c @