netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] af_unix: cleancode: add space around '&'
@ 2021-05-04  9:17 Kemeng Shi
  0 siblings, 0 replies; only message in thread
From: Kemeng Shi @ 2021-05-04  9:17 UTC (permalink / raw)
  To: davem, kuba, christian.brauner, jamorris, jingxiangfeng,
	orcohen2006, gustavoars, netdev, linux-kernel

Add space around '&' when check MSG_OOB flags

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-04  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04  9:17 [PATCH] af_unix: cleancode: add space around '&' Kemeng Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).