2021-05-04 07:27:02

by Kemeng Shi

[permalink] [raw]
Subject: [PATCH] cleancode: add space around '&'

add space around '&'

Signed-off-by: Kemeng Shi <[email protected]>
---
net/unix/af_unix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
index 5a31307ceb76..c0808dd19e98 100644
--- a/net/unix/af_unix.c
+++ b/net/unix/af_unix.c
@@ -1635,7 +1635,7 @@ static int unix_dgram_sendmsg(struct socket *sock, struct msghdr *msg,
return err;

err = -EOPNOTSUPP;
- if (msg->msg_flags&MSG_OOB)
+ if (msg->msg_flags & MSG_OOB)
goto out;

if (msg->msg_namelen) {
--
2.23.0

--
Best wishes
Kemeng Shi