summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2008-08-01 15:13:56 +0000
committeremaste <emaste@FreeBSD.org>2008-08-01 15:13:56 +0000
commit472f38cd8cbd3dcaf1922898d3bb49f39cc40ba8 (patch)
tree0fa3e52426bec7bc72a82cd1964bedef95e455ea /sys/cam
parentf4a5667e9f0a28e1ad7104584b801dbd153d9c84 (diff)
downloadFreeBSD-src-472f38cd8cbd3dcaf1922898d3bb49f39cc40ba8.zip
FreeBSD-src-472f38cd8cbd3dcaf1922898d3bb49f39cc40ba8.tar.gz
Fix whitespace.
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 4ea05d5..b400e42 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;
OpenPOWER on IntegriCloud