Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 00:03:05 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340490 - head/sys/dev/pci
Message-ID:  <201811170003.wAH0356Q029329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811170003.wAH0356Q029329>