From 583d748778f49af3772b92b2a1455d98886152ae Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sat, 17 Nov 2018 00:03:04 +0000 Subject: [PATCH] Fix stray tab. Reported by: jbeich MFC after: 3 days MFC with: r340489 Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D18011 --- sys/dev/pci/pci_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/pci_user.c b/sys/dev/pci/pci_user.c index e57d680953e2..63762cbccf7b 100644 --- a/sys/dev/pci/pci_user.c +++ b/sys/dev/pci/pci_user.c @@ -966,7 +966,7 @@ pci_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *t switch (cmd) { case PCIOCGETCONF: #ifdef COMPAT_FREEBSD32 - case PCIOCGETCONF32: + case PCIOCGETCONF32: #endif #ifdef PRE7_COMPAT case PCIOCGETCONF_OLD: