Closed
Description
../ipc/msg.c:621:4: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes);
^
../ipc/msg.c:619:3: note: previous statement is here
if (copy_msqid_from_user(&msqid64, buf, version))
^
1 warning generated.
Patch submitted: https://lore.kernel.org/lkml/20191218032932.37479-1-natechancellor@gmail.com