Module Name:    src
Committed By:   jdolecek
Date:           Sun Dec 23 12:11:41 UTC 2018

Modified Files:
        src/sys/arch/x86/x86: intr.c

Log Message:
whitespace, NFC


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/arch/x86/x86/intr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/x86/intr.c
diff -u src/sys/arch/x86/x86/intr.c:1.137 src/sys/arch/x86/x86/intr.c:1.138
--- src/sys/arch/x86/x86/intr.c:1.137	Tue Dec  4 19:27:22 2018
+++ src/sys/arch/x86/x86/intr.c	Sun Dec 23 12:11:40 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: intr.c,v 1.137 2018/12/04 19:27:22 cherry Exp $	*/
+/*	$NetBSD: intr.c,v 1.138 2018/12/23 12:11:40 jdolecek Exp $	*/
 
 /*
  * Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -133,7 +133,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.137 2018/12/04 19:27:22 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.138 2018/12/23 12:11:40 jdolecek Exp $");
 
 #include "opt_intrdebug.h"
 #include "opt_multiprocessor.h"
@@ -2127,7 +2127,7 @@ intr_set_affinity(struct intrsource *isp
 
 	pin = isp->is_pin;
 	(*pic->pic_hwmask)(pic, pin); /* for ci_ipending check */
-	while(oldci->ci_ipending & (1 << oldslot))
+	while (oldci->ci_ipending & (1 << oldslot))
 		(void)kpause("intrdist", false, 1, &cpu_lock);
 
 	kpreempt_disable();

Reply via email to