[PATCH] cleancode: add space around '&'

From: Kemeng Shi
Date: Tue May 04 2021 - 03:25:21 EST


add space around '&'

Signed-off-by: Kemeng Shi <shikemeng@xxxxxxxxxx>
---
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