Remove empty line.
This commit is contained in:
parent
6c3cc552c2
commit
d5795db78b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: com.c,v 1.305 2012/04/22 16:00:45 christos Exp $ */
|
||||
/* $NetBSD: com.c,v 1.306 2012/05/21 20:51:46 skrll Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999, 2004, 2008 The NetBSD Foundation, Inc.
|
||||
|
@ -66,7 +66,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.305 2012/04/22 16:00:45 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.306 2012/05/21 20:51:46 skrll Exp $");
|
||||
|
||||
#include "opt_com.h"
|
||||
#include "opt_ddb.h"
|
||||
|
@ -788,7 +788,6 @@ comopen(dev_t dev, int flag, int mode, struct lwp *l)
|
|||
|
||||
tp->t_dev = dev;
|
||||
|
||||
|
||||
if (sc->enable) {
|
||||
if ((*sc->enable)(sc)) {
|
||||
splx(s);
|
||||
|
|
Loading…
Reference in New Issue