From 1ee6b373eb024652b73587eabcad2b9fa32fe121 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 24 Sep 1994 02:42:11 +0000 Subject: [PATCH] Add missing closing comment. I have taken the non-knf format of this code up with the authors and they are looking at converting it, but until then leave the format alone. --- sys/i386/pci/ncr.c | 7 ++++--- sys/pci/ncr.c | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sys/i386/pci/ncr.c b/sys/i386/pci/ncr.c index 8e73484401f..f37fa38a4c8 100644 --- a/sys/i386/pci/ncr.c +++ b/sys/i386/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $ +** $Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1296,7 +1296,7 @@ static u_long getirr (void) static char ident[] = - "\n$Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $\n"; + "\n$Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) @@ -3352,7 +3352,7 @@ static int ncr_attach (pcici_t config_id) ncr_name (np)); DELAY (1000000); #endif - printf ("%s scanning for targets 0..%d ($Revision: 1.3 $)\n", + printf ("%s scanning for targets 0..%d ($Revision: 1.4 $)\n", ncr_name (np), MAX_TARGET-1); /* @@ -5968,6 +5968,7 @@ void ncr_int_sir (ncb_p np) ** if NO disconnected jobs. ** **----------------------------------------------- + */ /* ** Look for a disconnected job. diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 8e73484401f..f37fa38a4c8 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $ +** $Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1296,7 +1296,7 @@ static u_long getirr (void) static char ident[] = - "\n$Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $\n"; + "\n$Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) @@ -3352,7 +3352,7 @@ static int ncr_attach (pcici_t config_id) ncr_name (np)); DELAY (1000000); #endif - printf ("%s scanning for targets 0..%d ($Revision: 1.3 $)\n", + printf ("%s scanning for targets 0..%d ($Revision: 1.4 $)\n", ncr_name (np), MAX_TARGET-1); /* @@ -5968,6 +5968,7 @@ void ncr_int_sir (ncb_p np) ** if NO disconnected jobs. ** **----------------------------------------------- + */ /* ** Look for a disconnected job.