summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-25 03:43:43 +0000
committerimp <imp@FreeBSD.org>2005-02-25 03:43:43 +0000
commit2c948237bca59324c9c3ba7499c2166b971976b3 (patch)
tree704e48058b14a33e889c036415be2856d2de6c8c /sys/pci/ncr.c
parentb377de8651b20d0bc84a345adaa11d357fd79c5c (diff)
downloadFreeBSD-src-2c948237bca59324c9c3ba7499c2166b971976b3.zip
FreeBSD-src-2c948237bca59324c9c3ba7499c2166b971976b3.tar.gz
Add back 'n' that went missing in last commit
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index e6e9c75..1520c10 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1279,7 +1279,7 @@ static void ncr_min_phys(struct buf *bp);
#endif
static void ncr_poll(struct cam_sim *sim);
static void ncb_profile(ncb_p np, nccb_p cp);
-static void ncr_script_copy_and_bind(cb_p np, ncrcmd *src, ncrcmd *dst,
+static void ncr_script_copy_and_bind(ncb_p np, ncrcmd *src, ncrcmd *dst,
int len);
static void ncr_script_fill(struct script * scr, struct scripth *scrh);
static int ncr_scatter(struct dsb* phys, vm_offset_t vaddr,
OpenPOWER on IntegriCloud