summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-11-11 04:13:47 +0000
committerkib <kib@FreeBSD.org>2011-11-11 04:13:47 +0000
commita8b2cc359c1e76a781ef98cb8724a7c5fcea7d7c (patch)
treed5dc2d41c3e23ea802ff19604b8fae9ac70e717a /sys/kern/kern_conf.c
parentf3c70bd299b21cd9e59bffc84f045510aaca92a9 (diff)
downloadFreeBSD-src-a8b2cc359c1e76a781ef98cb8724a7c5fcea7d7c.zip
FreeBSD-src-a8b2cc359c1e76a781ef98cb8724a7c5fcea7d7c.tar.gz
Style.
MFC after: 1 week
Diffstat (limited to 'sys/kern/kern_conf.c')
-rw-r--r--sys/kern/kern_conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c
index 1f17059..267a207 100644
--- a/sys/kern/kern_conf.c
+++ b/sys/kern/kern_conf.c
@@ -1009,8 +1009,7 @@ make_dev_physpath_alias(int flags, struct cdev **cdev, struct cdev *pdev,
}
sprintf(devfspath, "%s/%s", physpath, pdev->si_name);
- if (old_alias != NULL
- && strcmp(old_alias->si_name, devfspath) == 0) {
+ if (old_alias != NULL && strcmp(old_alias->si_name, devfspath) == 0) {
/* Retain the existing alias. */
*cdev = old_alias;
old_alias = NULL;
OpenPOWER on IntegriCloud