Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52a7a27c authored by Joe Perches's avatar Joe Perches Committed by Ralf Baechle
Browse files

MIPS: MT: Remove unnecessary semicolons



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7ca5dc14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1387,7 +1387,7 @@ static ssize_t store_ntcs(struct device *dev, struct device_attribute *attr,
	return len;

out_einval:
	return -EINVAL;;
	return -EINVAL;
}

static struct device_attribute vpe_class_attributes[] = {