Index: libcio/blkrd.c
===================================================================
--- libcio/blkrd.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/blkrd.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -27,8 +27,4 @@
 
 #include "ram.h"
-
-/* 
-
-*/
 
 #if	TBUFFER
@@ -91,8 +87,4 @@
 #endif
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: libcio/blkwr.c
===================================================================
--- libcio/blkwr.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/blkwr.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -76,8 +76,4 @@
 #endif
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -137,7 +133,5 @@
 
 				buf += _thebpb->recsiz;
-/* 
-
-*/
+
 			} else if (fcp->curlsn EQ fcp->asects) {
 
@@ -181,7 +175,5 @@
 				buf += _thebpb->recsiz;	/* advance buffer pointer */
 			}
-/* 
-
-*/
+
 		} else {
 
Index: libcio/close.c
===================================================================
--- libcio/close.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/close.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -45,8 +45,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -85,8 +81,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: libcio/clusmap.c
===================================================================
--- libcio/clusmap.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/clusmap.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -30,8 +30,4 @@
 	"EOF"	/* D15 - 8000 */
 };
-
-/* 
-
-*/
 
 static	int8_t	*dfname[] = {
@@ -59,12 +55,4 @@
 };
 
-/* 
-
-*/
-
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -132,8 +120,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -173,9 +157,4 @@
 	return(fcp);
 }
-
-
-/* 
-
-*/
 
 /*
@@ -213,8 +192,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -247,8 +222,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -276,8 +247,4 @@
 	return(fp);
 }
-
-/* 
-
-*/
 
 /*
@@ -339,8 +306,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: libcio/dirfns.c
===================================================================
--- libcio/dirfns.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/dirfns.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -36,7 +36,4 @@
 }
 
-/* 
- */
-
 static int8_t *mnames[] = {
 
@@ -66,7 +63,4 @@
 	return((n < 1 || n > 12) ? mnames[0] : mnames[n]);
 }
-
-/* 
- */
 
 /*
@@ -114,7 +108,4 @@
 		break;
 
-/* 
- */
-
 	case 2:		/* mmm dd yyyy hh:mm format */
 
Index: libcio/filesys.c
===================================================================
--- libcio/filesys.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/filesys.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -40,9 +40,4 @@
 int32_t	_berrno;			/* BIOS error number */
 
-/* 
-
-*/
-
-
 /*
    =============================================================================
@@ -79,8 +74,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -97,8 +88,4 @@
 	return(BIOS(B_RDWR, 0, (int8_t *)bufad, bpp->fsiz, fatsec, 0));
 }
-
-/* 
-
-*/
 
 /*
@@ -135,8 +122,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -171,7 +154,5 @@
 		return(IO_EOF);
 	}
-/* 
-
-*/
+
 	/* update clsec and curlsn and see if we need a new cluster */
 
@@ -216,8 +197,4 @@
 		return(IO_EOF);
 
-/* 
-
-*/
-
 	} else {
 
@@ -234,8 +211,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -271,8 +244,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -307,8 +276,4 @@
 	return(DE_NULL);	/* couldn't find an available entry */
 }
-
-/* 
-
-*/
 
 /*
@@ -330,8 +295,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -370,8 +331,4 @@
 	fcp->modefl &= ~FC_EOF;			/* turn off the EOF flag */
 
-/* 
-
-*/
-
 #if DEBUGIT
 	if (fsdebug) {
@@ -398,7 +355,5 @@
 	}
 
-/* 
-
-*/
+
 	for (nc = 0; nc < rcls; nc++) {		/* follow the FAT chain */
 
@@ -437,8 +392,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -477,8 +428,4 @@
 		acls = ncls;			/* point at the next one */
 	}
-
-/* 
-
-*/
 
 	dp->flen = 0L;				/* file length = 0 */
@@ -501,8 +448,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -524,8 +467,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -570,8 +509,4 @@
 			pc = ac;
 		}
-
-/* 
-
-*/
 
 #if	DEBUGIT
@@ -614,8 +549,4 @@
 	}
 }
-
-/* 
-
-*/
 
 /*
@@ -640,8 +571,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -706,7 +633,5 @@
 		_fatmod = FALSE;
 	}
-/* 
-
-*/
+
 	if (!_dirin) {		/* access the root directory */
 
@@ -723,8 +648,4 @@
 	return(SUCCESS);
 }
-
-/* 
-
-*/
 
 /*
@@ -774,8 +695,4 @@
 		}
 
-/* 
-
-*/
-
 	} else {
 
@@ -810,8 +727,4 @@
 			return(IO_ERR);
 		}
-
-/* 
-
-*/
 
 		/* truncate the file if requested */
@@ -866,8 +779,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -893,7 +802,5 @@
 		return(FAILURE);
 
-/* 
-
-*/
+
 	/* check the file name for length */
 
@@ -926,7 +833,5 @@
 		return(FAILURE);
 
-/* 
-
-*/
+
 	/* clear the file name and extension in the FCB to blanks */
 
@@ -963,8 +868,4 @@
 	}
 
-/* 
-
-*/
-
 	/* set the flags in the FCB and exit */
 
@@ -999,8 +900,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -1043,8 +940,4 @@
 
 				}
-
-/* 
-
-*/
 
 			} else {
@@ -1079,8 +972,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -1129,8 +1018,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: libcio/filname.c
===================================================================
--- libcio/filname.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/filname.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -47,8 +47,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -98,8 +94,4 @@
 }
 
-/* 
-
-*/
-
 #if	TESTER
 
Index: libcio/fopen.c
===================================================================
--- libcio/fopen.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/fopen.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -61,8 +61,4 @@
 }
 
-/* 
-
-*/
-
 FILE *fopen(int8_t *name, int8_t *mode)
 {
Index: libcio/fsinit.c
===================================================================
--- libcio/fsinit.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/fsinit.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -32,8 +32,4 @@
 
 #endif
-
-/* 
-
-*/
 
 /*
@@ -83,8 +79,4 @@
 }
 
-/* 
-
-*/
-
 /*
    ============================================================================
@@ -119,8 +111,4 @@
 	fp->_buflen = bufsize;
 };
-
-/* 
-
-*/
 
 /*
Index: libcio/fsize.c
===================================================================
--- libcio/fsize.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/fsize.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -47,8 +47,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: libcio/lseek.c
===================================================================
--- libcio/lseek.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/lseek.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -54,7 +54,5 @@
 		return(-1L);
 	}
-/* 
 
-*/
 	if (pos < 0) {				/* trap seeks before BOF */
 
Index: libcio/open.c
===================================================================
--- libcio/open.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/open.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -24,8 +24,4 @@
 	{      0, &filedev,      NULL }		/* this MUST be the last entry */
 };
-
-/* 
-
-*/
 
 /*
@@ -54,8 +50,4 @@
 	return(FAILURE);
 
-/* 
-
-*/
-
 fndchan:	/* found a channel to use */
 
@@ -101,8 +93,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -132,8 +120,4 @@
 	return(open(name, flag|O_RAW, mode));
 }
-
-/* 
-
-*/
 
 /*
@@ -152,8 +136,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -186,8 +166,4 @@
 }
 
-/* 
-
-*/
-
 /*
    =============================================================================
Index: libcio/putc.c
===================================================================
--- libcio/putc.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/putc.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -27,8 +27,4 @@
 	(*cls_rtn)();		/* do final closeout */
 }
-
-/* 
-
-*/
 
 /*
@@ -86,8 +82,4 @@
 }
 
-/* 
-
-*/
-
 /*
    ============================================================================
@@ -131,8 +123,4 @@
 }
 
-/* 
-
-*/
-
 /*
    ============================================================================
Index: libcio/read.c
===================================================================
--- libcio/read.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/read.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -45,8 +45,4 @@
 };
 
-/* 
-
-*/
-
 /*
    =============================================================================
@@ -69,8 +65,4 @@
 	return((*t_read[chp->c_read])(chp->c_arg, buff, len));	/* do the read */
 }
-
-/* 
-
-*/
 
 /*
@@ -98,8 +90,4 @@
 	return(SUCCESS);			/* return:  all bytes read */
 }
-
-/* 
-
-*/
 
 /*
Index: libcio/scan.c
===================================================================
--- libcio/scan.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/scan.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -14,8 +14,4 @@
 static int8_t quit;
 
-/* 
-
-*/
-
 static int32_t getnum(int8_t *list, int8_t *values, int16_t base)
 {
@@ -58,8 +54,4 @@
 }
 
-/* 
-
-*/
-
 static int16_t skipblk(void)
 {
@@ -90,8 +82,4 @@
 	return(EOF);
 }
-
-/* 
-
-*/
 
 int16_t scanfmt(int16_t (*getsub)(int16_t what), int8_t *fmt, int16_t **args)
@@ -114,7 +102,5 @@
 	};
 
-/* 
-
-*/
+
 	count = 0;
 	gsub = getsub;
@@ -149,7 +135,5 @@
 			}
 	
-/* 
-
-*/
+
 			switch (*fmt++) {
 
@@ -201,7 +185,4 @@
 
 				break;
-/* 
-
-*/
 
 #ifdef FLOAT
@@ -228,8 +209,4 @@
 				break;
 #endif
-
-/* 
-
-*/
 
 			case '[':
@@ -285,7 +262,5 @@
 
 				break;
-/* 
-
-*/
+
 			case 'c':
 				if ((c = (*gsub)(0)) EQ EOF)
@@ -324,8 +299,4 @@
 	return(count);
 }
-
-/* 
-
-*/
 
 #ifdef FLOAT
@@ -371,8 +342,4 @@
 #endif
 
-/* 
-
-*/
-
 int16_t sscanf(int8_t *string, int8_t *fmt, int16_t *args)
 {
Index: libcio/write.c
===================================================================
--- libcio/write.c	(revision 4422c8e396b569683e41183b361494ba069268cd)
+++ libcio/write.c	(revision fa3880436faee3a802167a6643a177727fdf94ea)
@@ -19,8 +19,4 @@
 };
 
-/* 
-
-*/
-
 /*
    ============================================================================
@@ -88,8 +84,4 @@
 	return(SUCCESS);
 }
-
-/* 
-
-*/
 
 /*
@@ -177,7 +169,5 @@
 		l += k * BPSEC;		/* update amount written */
 	}
-/* 
-
-*/
+
 	if (l < len) {			/* write out partial sector at end */
 
@@ -208,8 +198,4 @@
 	return(len);
 }
-
-/* 
-
-*/
 
 /*
