mvs: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 22:05:53 +00:00
parent 1046c45055
commit 68304fdc15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365199
2 changed files with 0 additions and 4 deletions

View File

@ -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);
}
}

View File

@ -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);