Messages in this thread |  | | Date | Sat, 13 Jul 1996 19:46:39 -0500 (CDT) | From | Jochen Toppe <> | Subject | Less Informations |
| |
Less "informations," more "information" is part of patch-2.0.6, but unfortunately, the patch didn't remove all of the typos in the source tree (spelling information_s_ instead of information). Anyhow, here's a patch to (hopefully) drive the rest of the typos out of the source tree:
Best Regards,
Jochen Toppe <jtoppe@cs.uah.edu>
P.S. I found those in a patched-up 2.0.6 =)
-------------cut here-------- diff -cr linux2/Documentation/Configure.help linux/Documentation/Configure.help *** linux2/Documentation/Configure.help Mon Jul 8 14:07:14 1996 --- linux/Documentation/Configure.help Sat Jul 13 19:08:36 1996 *************** *** 1840,1846 **** interface. The driver supports the ser12 and par96 designs. To configure the driver, use the setbaycom utility available from http://www.ife.ee.ethz.ch/~sailer/ham/ham.html#lnxbay. For ! informations on the modems, see http://www.baycom.de and drivers/char/README.baycom. If you want to compile this as a module ( = code which can be inserted in and removed from the running kernel whenever you want), say M here and read --- 1840,1846 ---- interface. The driver supports the ser12 and par96 designs. To configure the driver, use the setbaycom utility available from http://www.ife.ee.ethz.ch/~sailer/ham/ham.html#lnxbay. For ! information on the modems, see http://www.baycom.de and drivers/char/README.baycom. If you want to compile this as a module ( = code which can be inserted in and removed from the running kernel whenever you want), say M here and read diff -cr linux2/Documentation/cdrom/aztcd linux/Documentation/cdrom/aztcd *** linux2/Documentation/cdrom/aztcd Sun May 19 07:17:57 1996 --- linux/Documentation/cdrom/aztcd Sat Jul 13 19:08:21 1996 *************** *** 351,357 **** aztGetQChannelInfo() repeated several times aztGetToc() aztGetQChannelInfo() repeated several times ! a list of track informations do_aztcd_request() } azt_transfer() } repeated several times azt_poll } --- 351,357 ---- aztGetQChannelInfo() repeated several times aztGetToc() aztGetQChannelInfo() repeated several times ! a list of track information do_aztcd_request() } azt_transfer() } repeated several times azt_poll } diff -cr linux2/arch/m68k/atari/atafb.c linux/arch/m68k/atari/atafb.c *** linux2/arch/m68k/atari/atafb.c Sun May 19 23:54:26 1996 --- linux/arch/m68k/atari/atafb.c Sat Jul 13 19:07:40 1996 *************** *** 109,115 **** short xoffset; short hht, hbb, hbe, hdb, hde, hss; short vft, vbb, vbe, vdb, vde, vss; ! /* auxiliary informations */ short mono; short ste_mode; short bpp; --- 109,115 ---- short xoffset; short hht, hbb, hbe, hdb, hde, hss; short vft, vbb, vbe, vdb, vde, vss; ! /* auxiliary information */ short mono; short ste_mode; short bpp; diff -cr linux2/arch/mips/kernel/Makefile linux/arch/mips/kernel/Makefile *** linux2/arch/mips/kernel/Makefile Wed Dec 13 04:39:43 1995 --- linux/arch/mips/kernel/Makefile Sat Jul 13 19:07:19 1996 *************** *** 63,73 **** endif
ifdef CONFIG_CPU_R6000 ! exit 1 # no detailed informations about CPU yet. endif
ifdef CONFIG_CPU_R8000 ! exit 1 # no detailed informations about CPU yet. endif
ifdef CONFIG_CPU_R10000 --- 63,73 ---- endif
ifdef CONFIG_CPU_R6000 ! exit 1 # no detailed information about CPU yet. endif
ifdef CONFIG_CPU_R8000 ! exit 1 # no detailed information about CPU yet. endif
ifdef CONFIG_CPU_R10000 diff -cr linux2/drivers/scsi/ChangeLog.ncr53c8xx linux/drivers/scsi/ChangeLog.ncr53c8xx *** linux2/drivers/scsi/ChangeLog.ncr53c8xx Mon Jul 8 14:07:15 1996 --- linux/drivers/scsi/ChangeLog.ncr53c8xx Sat Jul 13 19:06:18 1996 *************** *** 271,277 **** I receive a mail from Jason Duerstock. A new bug in ncrBsd2Linux which is probably outside the driver code and inside Linux kernel code. ! The kernel memory is quite corrupted and we cannot get any informations by looking into the messages about the crash. However Linus see a bug in ncrBsd2Linux because it is a "non standard" driver. I think too that ncrBsd2Linux is not a standard driver of Linux kernel, --- 271,277 ---- I receive a mail from Jason Duerstock. A new bug in ncrBsd2Linux which is probably outside the driver code and inside Linux kernel code. ! The kernel memory is quite corrupted and we cannot get any information by looking into the messages about the crash. However Linus see a bug in ncrBsd2Linux because it is a "non standard" driver. I think too that ncrBsd2Linux is not a standard driver of Linux kernel, diff -cr linux2/drivers/sound/Readme.aedsp16 linux/drivers/sound/Readme.aedsp16 *** linux2/drivers/sound/Readme.aedsp16 Sun Mar 24 14:49:46 1996 --- linux/drivers/sound/Readme.aedsp16 Sat Jul 13 19:06:50 1996 *************** *** 1,6 **** ! Informations about Audio Excel DSP 16 can be found in the source file aedsp16.c Please, read the head of the source before using it. It contain useful ! informations.
Riccardo --- 1,6 ---- ! Information about Audio Excel DSP 16 can be found in the source file aedsp16.c Please, read the head of the source before using it. It contain useful ! information.
Riccardo diff -cr linux2/drivers/sound/aedsp16.c linux/drivers/sound/aedsp16.c *** linux2/drivers/sound/aedsp16.c Mon Jul 8 14:07:16 1996 --- linux/drivers/sound/aedsp16.c Sat Jul 13 19:06:37 1996 *************** *** 349,355 **** };
/* ! * Buffers to store audio card informations */ static char AudioExcelName[CARDNAMELEN + 1]; static char AudioExcelVersion[CARDVERLEN + 1]; --- 349,355 ---- };
/* ! * Buffers to store audio card information */ static char AudioExcelName[CARDNAMELEN + 1]; static char AudioExcelVersion[CARDVERLEN + 1]; diff -cr linux2/include/linux/pci.h linux/include/linux/pci.h *** linux2/include/linux/pci.h Sat Jul 13 18:59:49 1996 --- linux/include/linux/pci.h Sat Jul 13 19:05:53 1996 *************** *** 22,28 ****
/* PROCEDURE TO REPORT NEW PCI DEVICES ! * We are trying to collect informations on new PCI devices, using * the standard PCI identification procedure. If some warning is * displayed at boot time, please report * - /proc/pci --- 22,28 ----
/* PROCEDURE TO REPORT NEW PCI DEVICES ! * We are trying to collect information on new PCI devices, using * the standard PCI identification procedure. If some warning is * displayed at boot time, please report * - /proc/pci diff -cr linux2/mm/filemap.c linux/mm/filemap.c *** linux2/mm/filemap.c Mon Jun 3 03:26:09 1996 --- linux/mm/filemap.c Sat Jul 13 19:05:24 1996 *************** *** 328,336 **** #endif
/* ! * Read-ahead profiling informations * --------------------------------- ! * Every PROFILE_MAXREADCOUNT, the following informations are written * to the syslog: * Percentage of asynchronous read-ahead. * Average of read-ahead fields context value. --- 328,336 ---- #endif
/* ! * Read-ahead profiling information * --------------------------------- ! * Every PROFILE_MAXREADCOUNT, the following information are written * to the syslog: * Percentage of asynchronous read-ahead. * Average of read-ahead fields context value.
---------cut again---------------
|  |