PERFORCE change 99176 for review

John Baldwin jhb at FreeBSD.org
Tue Jun 13 21:46:56 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99176

Change 99176 by jhb at jhb_mutex on 2006/06/13 21:43:34

	Trim trailing whitespace.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_linker.c#70 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_linker.c#70 (text+ko) ====

@@ -192,7 +192,7 @@
 	/*
 	 * Perform a bubble sort of the system initialization objects by
 	 * their subsystem (primary key) and order (secondary key).
-	 * 
+	 *
 	 * Since some things care about execution order, this is the operation
 	 * which ensures continued function.
 	 */
@@ -236,7 +236,7 @@
 	/*
 	 * Perform a reverse bubble sort of the system initialization objects
 	 * by their subsystem (primary key) and order (secondary key).
-	 * 
+	 *
 	 * Since some things care about execution order, this is the operation
 	 * which ensures continued function.
 	 */
@@ -597,8 +597,8 @@
 		}
 	}
 
-	/* 
-	 * Don't try to run SYSUNINITs if we are unloaded due to a 
+	/*
+	 * Don't try to run SYSUNINITs if we are unloaded due to a
 	 * link error.
 	 */
 	if (file->flags & LINKER_FILE_LINKED) {
@@ -766,7 +766,7 @@
 /*
  * DDB Helpers.  DDB has to look across multiple files with their own symbol
  * tables and string tables.
- * 
+ *
  * Note that we do not obey list locking protocols here.  We really don't need
  * DDB to hang because somebody's got the lock held.  We'll take the chance
  * that the files list is inconsistant instead.
@@ -925,7 +925,7 @@
 			 */
 			printf("kldunload: attempt to unload file that was"
 			    " loaded by the kernel\n");
-			error = EBUSY;			
+			error = EBUSY;
 		} else {
 #ifdef HWPMC_HOOKS
 			/* Save data needed by hwpmc(4) before unloading. */
@@ -1348,7 +1348,7 @@
 				}
 				if (nmdp < stop)   /* it's a self reference */
 					continue;
-	
+
 				/*
 				 * ok, the module isn't here yet, we
 				 * are not finished
@@ -1463,15 +1463,15 @@
 
 /*
  * Search for a not-loaded module by name.
- * 
+ *
  * Modules may be found in the following locations:
- * 
+ *
  * - preloaded (result is just the module name) - on disk (result is full path
  * to module)
- * 
+ *
  * If the module name is qualified in any way (contains path, etc.) the we
  * simply return a copy of it.
- * 
+ *
  * The search path can be manipulated via sysctl.  Note that we use the ';'
  * character as a separator to be consistent with the bootloader.
  */


More information about the p4-projects mailing list