aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/mmc/mmc_xpt.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:13:48 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:13:48 +0000
commit27dcd3d90b41d3c89eac3c2b50b9a6f515e5c89d (patch)
tree4a7e8650e9713823d6fca69814a67a415da1f6d3 /sys/cam/mmc/mmc_xpt.c
parent985b8ee8d299302b1e711d25db0c65ba0a0f1b47 (diff)
downloadsrc-27dcd3d90b41d3c89eac3c2b50b9a6f515e5c89d.tar.gz
src-27dcd3d90b41d3c89eac3c2b50b9a6f515e5c89d.zip
cam: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365225
Diffstat (limited to 'sys/cam/mmc/mmc_xpt.c')
-rw-r--r--sys/cam/mmc/mmc_xpt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c
index ea0426dbc478..d27023e87c69 100644
--- a/sys/cam/mmc/mmc_xpt.c
+++ b/sys/cam/mmc/mmc_xpt.c
@@ -292,7 +292,6 @@ mmc_action(union ccb *start_ccb)
("mmc_action! func_code=%x, action %s\n", start_ccb->ccb_h.func_code,
xpt_action_name(start_ccb->ccb_h.func_code)));
switch (start_ccb->ccb_h.func_code) {
-
case XPT_SCAN_BUS:
/* FALLTHROUGH */
case XPT_SCAN_TGT:
@@ -601,7 +600,6 @@ mmcprobe_start(struct cam_periph *periph, union ccb *start_ccb)
softc->action = PROBE_RESET;
else
softc->action = PROBE_IDENTIFY;
-
}
/* Here is the place where the identify fun begins */
@@ -852,7 +850,6 @@ mmcprobe_done(struct cam_periph *periph, union ccb *done_ccb)
mmcp->card_features |= CARD_FEATURE_SD20;
CAM_DEBUG(done_ccb->ccb_h.path, CAM_DEBUG_PROBE,
("SD 2.0 interface conditions: OK\n"));
-
}
PROBE_SET_ACTION(softc, PROBE_SDIO_RESET);
break;