aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/trm
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 19:38:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 19:38:00 +0000
commitb2bf0c7f480a4af90889925180419c376d2afc2a (patch)
tree940d5c19f17525b5abfa1984f93108aaad4d6229 /sys/dev/trm
parent7fd69a8064422b28678907022bd23c2361cb5dd7 (diff)
Notes
Diffstat (limited to 'sys/dev/trm')
-rw-r--r--sys/dev/trm/trm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c
index 3cb9e4f0ba00..6e3fb7abfae5 100644
--- a/sys/dev/trm/trm.c
+++ b/sys/dev/trm/trm.c
@@ -3057,7 +3057,7 @@ trm_initSRB(PACB pACB)
}
pSRB->TagNumber = i;
}
- return (0);
+ return (0);
}