svn commit: r229026 - stable/9/sys/kern

Konstantin Belousov kib at FreeBSD.org
Fri Dec 30 20:52:57 UTC 2011


Author: kib
Date: Fri Dec 30 20:52:56 2011
New Revision: 229026
URL: http://svn.freebsd.org/changeset/base/229026

Log:
  MFC r227444:
  Style.

Modified:
  stable/9/sys/kern/kern_conf.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/kern_conf.c
==============================================================================
--- stable/9/sys/kern/kern_conf.c	Fri Dec 30 20:45:40 2011	(r229025)
+++ stable/9/sys/kern/kern_conf.c	Fri Dec 30 20:52:56 2011	(r229026)
@@ -1009,8 +1009,7 @@ make_dev_physpath_alias(int flags, struc
 	}
 
 	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;


More information about the svn-src-all mailing list