Skip to content

Commit

Permalink
MIPS: MT: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Joe Perches authored and Ralf Baechle committed Jul 3, 2009
1 parent 7ca5dc1 commit 52a7a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 52a7a27

Please sign in to comment.