drivers/sbus/char: removes unnecessary semicolon
removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

부모
20b739fef0
커밋
da20116166
@@ -222,7 +222,7 @@ static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp
|
||||
case OPROMSETCUR:
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
/* Sibling of node zero is the root node. */
|
||||
if (cmd != OPROMNEXT)
|
||||
@@ -588,7 +588,7 @@ static int openprom_bsd_ioctl(struct file * file,
|
||||
default:
|
||||
err = -EINVAL;
|
||||
break;
|
||||
};
|
||||
}
|
||||
mutex_unlock(&openprom_mutex);
|
||||
|
||||
return err;
|
||||
|
Reference in New Issue
Block a user