Date: Tue, 1 Sep 2020 22:05:53 +0000 (UTC) From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r365199 - head/sys/dev/mvs Message-ID: <202009012205.081M5rbr055516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mjg Date: Tue Sep 1 22:05:53 2020 New Revision: 365199 URL: https://svnweb.freebsd.org/changeset/base/365199 Log: mvs: clean up empty lines in .c and .h files Modified: head/sys/dev/mvs/mvs.c head/sys/dev/mvs/mvs_pci.c Modified: head/sys/dev/mvs/mvs.c ============================================================================== --- head/sys/dev/mvs/mvs.c Tue Sep 1 22:05:39 2020 (r365198) +++ head/sys/dev/mvs/mvs.c Tue Sep 1 22:05:53 2020 (r365199) @@ -929,7 +929,6 @@ mvs_legacy_intr(device_t dev, int poll) ireason = ATA_INB(ch->r_mem,ATA_IREASON); switch ((ireason & (ATA_I_CMD | ATA_I_IN)) | (status & ATA_S_DRQ)) { - case ATAPI_P_CMDOUT: device_printf(dev, "ATAPI CMDOUT\n"); /* Return wait for interrupt */ @@ -1181,7 +1180,6 @@ mvs_tfd_write(device_t dev, union ccb *ccb) ATA_OUTB(ch->r_mem, ATA_COMMAND, cmd->command); } - /* Must be called with channel locked. */ static void mvs_begin_transaction(device_t dev, union ccb *ccb) @@ -2456,4 +2454,3 @@ mvspoll(struct cam_sim *sim) mvs_reset_to(ch->dev); } } - Modified: head/sys/dev/mvs/mvs_pci.c ============================================================================== --- head/sys/dev/mvs/mvs_pci.c Tue Sep 1 22:05:39 2020 (r365198) +++ head/sys/dev/mvs/mvs_pci.c Tue Sep 1 22:05:53 2020 (r365199) @@ -525,4 +525,3 @@ MODULE_PNP_INFO("W32:vendor/device", pci, mvs, mvs_ids nitems(mvs_ids) - 1); MODULE_VERSION(mvs, 1); MODULE_DEPEND(mvs, cam, 1, 1, 1); -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012205.081M5rbr055516>