svn commit: r340490 - head/sys/dev/pci

Brooks Davis brooks at FreeBSD.org
Sat Nov 17 00:03:06 UTC 2018


Author: brooks
Date: Sat Nov 17 00:03:04 2018
New Revision: 340490
URL: https://svnweb.freebsd.org/changeset/base/340490

Log:
  Fix stray tab.
  
  Reported by:	jbeich
  MFC after:	3 days
  MFC with:	r340489
  Sponsored by:	DARPA, AFRL
  Differential Revision:	https://reviews.freebsd.org/D18011

Modified:
  head/sys/dev/pci/pci_user.c

Modified: head/sys/dev/pci/pci_user.c
==============================================================================
--- head/sys/dev/pci/pci_user.c	Fri Nov 16 23:58:51 2018	(r340489)
+++ head/sys/dev/pci/pci_user.c	Sat Nov 17 00:03:04 2018	(r340490)
@@ -966,7 +966,7 @@ pci_ioctl(struct cdev *dev, u_long cmd, caddr_t data, 
 	switch (cmd) {
 	case PCIOCGETCONF:
 #ifdef COMPAT_FREEBSD32
-		case PCIOCGETCONF32:
+	case PCIOCGETCONF32:
 #endif
 #ifdef PRE7_COMPAT
 	case PCIOCGETCONF_OLD:


More information about the svn-src-head mailing list