From 13cfc225b952d4a3bc3585f4ad37ef30160143fd Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Wed, 7 Oct 1998 03:34:13 +0000 Subject: Add a missing newline. --- sys/dev/aic7xxx/aic7xxx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 5221689d9494..48db5faad178 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -36,7 +36,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.c,v 1.4 1998/09/20 05:06:10 gibbs Exp $ + * $Id: aic7xxx.c,v 1.5 1998/09/20 23:30:14 gibbs Exp $ */ /* * A few notes on features of the driver. @@ -2263,6 +2263,7 @@ ahc_handle_devreset(struct ahc_softc *ahc, int target, char channel, printf("%s: %s on %c:%d. %d SCBs aborted\n", ahc_name(ahc), message, channel, target, found); } + /* * We have an scb which has been processed by the * adaptor, now we look to see how the operation -- cgit v1.3