[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251219101941.463509-1-colin.i.king@gmail.com>
Date: Fri, 19 Dec 2025 10:19:41 +0000
From: Colin Ian King <colin.i.king@...il.com>
To: Christian Brauner <brauner@...nel.org>,
NeilBrown <neil@...wn.name>,
Al Viro <viro@...iv.linux.org.uk>
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH][next] mqueue: remove duplicated ; at end of statement
There is a duplicated semicolon at the end of a statement,
remove it.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
ipc/mqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index c4f6d65596cf..b4f671b76cd9 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -912,7 +912,7 @@ static struct file *mqueue_file_open(struct filename *name,
static int do_mq_open(const char __user *u_name, int oflag, umode_t mode,
struct mq_attr *attr)
{
- struct filename *name __free(putname) = NULL;;
+ struct filename *name __free(putname) = NULL;
struct vfsmount *mnt = current->nsproxy->ipc_ns->mq_mnt;
int fd, ro;
--
2.51.0
Powered by blists - more mailing lists