From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Schwebel Date: Thu, 6 Mar 2003 13:37:09 +0100 Subject: [U-Boot-Users] [PATCH] 7/9: informations Message-ID: <20030306123709.GT16290@pengutronix.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de INFORMATIONS ============ - There is no "informations" in the English language; correct plural form is "information". See your 7th grade English book if you don't believe it :-) - This patch definitely does not introduce new functionality. - This patch results in a u-boot binary image which is reduced by one byte. Please remember adding this to my memory pool which I can use the next time I'll add better documentation :-) Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Braunschweiger Str. 79, 31134 Hildesheim, Germany Handelsregister: Amtsgericht Hildesheim, HRA 2686 Phone: +49-5121-28619-0 | Fax: +49-5121-28619-4 -------------- next part -------------- diff -urN -x CVS -x ptx-patches -x logfile -x logfile1 u-boot/net/bootp.c u-boot-ptx/net/bootp.c --- u-boot/net/bootp.c 2002-09-28 01:19:37.000000000 +0200 +++ u-boot-ptx/net/bootp.c 2003-02-11 19:42:44.000000000 +0100 @@ -211,7 +212,7 @@ break; case 18: /* Extension path - Not yet supported */ /* - * This can be used to send the informations of the + * This can be used to send the information of the * vendor area in another file that the client can * access via TFTP. */ @@ -229,7 +230,7 @@ /* Application layer fields */ case 43: /* Vendor specific info - Not yet supported */ /* - * Binary informations to exchange specific + * Binary information to exchange specific * product information. */ break; diff -urN -x CVS -x ptx-patches -x logfile -x logfile1 u-boot/board/mpl/common/common_util.c u-boot-ptx/board/mpl/common/common_util.c --- u-boot/board/mpl/common/common_util.c 2002-11-03 01:28:18.000000000 +0100 +++ u-boot-ptx/board/mpl/common/common_util.c 2003-01-31 16:49:36.000000000 +0100 @@ -301,7 +301,7 @@ void show_stdio_dev(void) { - /* Print informations */ + /* Print information */ printf ("In: "); if (stdio_devices[stdin] == NULL) { printf ("No input devices available!\n"); diff -urN -x CVS -x ptx-patches -x logfile -x logfile1 u-boot/common/console.c u-boot-ptx/common/console.c --- u-boot/common/console.c 2002-12-03 08:08:24.000000000 +0100 +++ u-boot-ptx/common/console.c 2003-01-31 16:49:53.000000000 +0100 @@ -496,7 +496,7 @@ } #ifndef CFG_CONSOLE_INFO_QUIET - /* Print informations */ + /* Print information */ printf ("In: "); if (stdio_devices[stdin] == NULL) { printf ("No input devices available!\n"); diff -urN -x CVS -x ptx-patches -x logfile -x logfile1 u-boot/fs/fdos/dev.c u-boot-ptx/fs/fdos/dev.c --- u-boot/fs/fdos/dev.c 2002-11-18 01:14:46.000000000 +0100 +++ u-boot-ptx/fs/fdos/dev.c 2003-01-31 16:50:29.000000000 +0100 @@ -149,7 +149,7 @@ __le16_to_cpu (boot -> TimeF)); - /* informations are extracted from boot sector */ + /* information is extracted from boot sector */ heads = __le16_to_cpu (boot -> nheads); sectors = __le16_to_cpu (boot -> nsect); fs -> tot_sectors = __le32_to_cpu (boot -> bigsect); diff -urN -x CVS -x ptx-patches -x logfile -x logfile1 u-boot/include/cmd_console.h u-boot-ptx/include/cmd_console.h --- u-boot/include/cmd_console.h 2002-08-27 12:29:44.000000000 +0200 +++ u-boot-ptx/include/cmd_console.h 2003-01-31 16:50:52.000000000 +0100 @@ -30,7 +30,7 @@ #if (CONFIG_COMMANDS & CFG_CMD_CONSOLE) #define CMD_TBL_CONINFO MK_CMD_TBL_ENTRY( \ "coninfo", 5, 3, 1, do_coninfo, \ - "coninfo - print console devices and informations\n", \ + "coninfo - print console devices and information\n", \ "" \ ), int do_coninfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); diff -urN -x CVS -x ptx-patches -x logfile -x logfile1 u-boot/include/devices.h u-boot-ptx/include/devices.h --- u-boot/include/devices.h 2002-12-19 09:19:01.000000000 +0100 +++ u-boot-ptx/include/devices.h 2003-01-31 16:51:07.000000000 +0100 @@ -35,7 +35,7 @@ #define DEV_FLAGS_SYSTEM 0x80000000 /* Device is a system device */ #define DEV_EXT_VIDEO 0x00000001 /* Video extensions supported */ -/* Device informations */ +/* Device information */ typedef struct { int flags; /* Device flags: input/output/system */ int ext; /* Supported extensions */ diff -urN -x CVS -x ptx-patches -x logfile -x logfile1 u-boot/tools/easylogo/easylogo.c u-boot-ptx/tools/easylogo/easylogo.c --- u-boot/tools/easylogo/easylogo.c 2002-11-03 02:00:28.000000000 +0100 +++ u-boot-ptx/tools/easylogo/easylogo.c 2003-01-31 16:51:49.000000000 +0100 @@ -264,7 +264,7 @@ if (file==NULL) return -1 ; -/* Author informations */ +/* Author information */ fprintf(file, "/*\n * Generated by EasyLogo, (C) 2000 by Paolo Scaffardi\n/*\n"); */ fprintf(file, " * To use this, include it and call: easylogo_plot(screen,&%s, width,x,y)\n *\n", varname); fprintf(file, " * Where:\t'screen'\tis the pointer to the frame buffer\n");