There is a duplicated semicolon at the end of a statement,
remove it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.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