Date: Fri, 23 Mar 2018 15:35:07 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r331428 - head/sys/dev/ed Message-ID: <201803231535.w2NFZ7Hj071662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Fri Mar 23 15:35:07 2018 New Revision: 331428 URL: https://svnweb.freebsd.org/changeset/base/331428 Log: kill traling white space Modified: head/sys/dev/ed/if_ed_pci.c Modified: head/sys/dev/ed/if_ed_pci.c ============================================================================== --- head/sys/dev/ed/if_ed_pci.c Fri Mar 23 14:59:30 2018 (r331427) +++ head/sys/dev/ed/if_ed_pci.c Fri Mar 23 15:35:07 2018 (r331428) @@ -147,4 +147,3 @@ MODULE_DEPEND(ed, pci, 1, 1, 1); MODULE_DEPEND(ed, ether, 1, 1, 1); MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ed, pci_ids, sizeof(pci_ids[0]), nitems(pci_ids) - 1); -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803231535.w2NFZ7Hj071662>