aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-09-08 14:13:36 +0000
committerScott Long <scottl@FreeBSD.org>2005-09-08 14:13:36 +0000
commite1ab829ad27af06df1ee508492022d5ca8f3e34d (patch)
treea0cbc74815c0ed27383ed54de1ce22ecf13c1b9a
parent55915fe666302b2ae3a3992dfe87623db65a8756 (diff)
downloadsrc-e1ab829ad27af06df1ee508492022d5ca8f3e34d.tar.gz
src-e1ab829ad27af06df1ee508492022d5ca8f3e34d.zip
Fix a typo that broke LINT.
Notes
Notes: svn path=/head/; revision=149878
-rw-r--r--sys/dev/hptmv/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c
index 8e550f2b19ce..6b7631e2db37 100644
--- a/sys/dev/hptmv/entry.c
+++ b/sys/dev/hptmv/entry.c
@@ -2167,7 +2167,7 @@ hpt_action(struct cam_sim *sim, union ccb *ccb)
PBUS_DMAMAP pmap;
_VBUS_INST(&pAdapter->VBus)
- CAM_DEBUG(ccb->ccb_h->path, CAM_DEBUG_TRACE, ("hpt_action\n"));
+ CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_TRACE, ("hpt_action\n"));
KdPrint(("hpt_action(%lx,%lx{%x})\n", (u_long)sim, (u_long)ccb, ccb->ccb_h.func_code));
switch (ccb->ccb_h.func_code)