aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2008-08-01 15:13:56 +0000
committerEd Maste <emaste@FreeBSD.org>2008-08-01 15:13:56 +0000
commit879afbd55aed883fdf7ed5855f9334f14ea88a7a (patch)
tree0fa3e52426bec7bc72a82cd1964bedef95e455ea /sys/cam
parent2b686a3f4501baf5104abb12e9243539dd9af786 (diff)
downloadsrc-879afbd55aed883fdf7ed5855f9334f14ea88a7a.tar.gz
src-879afbd55aed883fdf7ed5855f9334f14ea88a7a.zip
Fix whitespace.
Notes
Notes: svn path=/head/; revision=181126
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 4ea05d5417b0..b400e4251ed0 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -2958,7 +2958,7 @@ xpt_action_sasync_cb(void *context, int pending)
* the currently existing busses.
*/
xpt_for_all_busses(xptsetasyncbusfunc, cur_entry);
- }
+ }
free(task, M_CAMXPT);
}
@@ -6185,7 +6185,7 @@ probedone(struct cam_periph *periph, union ccb *done_ccb)
xpt_schedule(periph, done_ccb->ccb_h.pinfo.priority);
return;
}
-
+
case PROBE_SERIAL_NUM_1:
{
struct ccb_scsiio *csio;