public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* copy'n'paste typos in flash synthv2 tests
@ 2008-11-28  8:53 Sergei Gavrikov
  2008-11-30  9:52 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Gavrikov @ 2008-11-28  8:53 UTC (permalink / raw)
  To: eCos patches list

[-- Attachment #1: Type: text/plain, Size: 28 bytes --]

Be reading flash v2 code...

[-- Attachment #2: flash_synthv2_tests.diff --]
[-- Type: text/x-diff, Size: 2767 bytes --]

Index: devs/flash/synthv2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synthv2/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -r1.3 ChangeLog
--- devs/flash/synthv2/current/ChangeLog	20 Nov 2008 19:17:27 -0000	1.3
+++ devs/flash/synthv2/current/ChangeLog	28 Nov 2008 08:47:46 -0000
@@ -1,5 +1,10 @@
+2008-11-28  Sergei Gavrikov  <sergei.gavrikov@gmail.com>
+
+	* tests/flash[23].c: Fixed copy'n'paste typos in a naming: flash1 ->
+	flash{2,3}.
+
 2008-11-19  Simon Kallweit  <simon.kallweit@intefo.ch>
 
 	* src/synth.c: Removed cyg_hal_sys_do_mmap() wrapper function.
 	* tests/flash1.c, tests/flash2.c, tests/flash3.c:
 	Fixed a few compiler warnings.
Index: devs/flash/synthv2/current/tests/flash2.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synthv2/current/tests/flash2.c,v
retrieving revision 1.3
diff -u -5 -r1.3 flash2.c
--- devs/flash/synthv2/current/tests/flash2.c	20 Nov 2008 19:17:27 -0000	1.3
+++ devs/flash/synthv2/current/tests/flash2.c	28 Nov 2008 08:47:46 -0000
@@ -1,11 +1,11 @@
 /* Hay, the copyright is usefull for something! */
 
 static char copyright[] = 
 "//=========================================================================="
 "//"
-"//      flash1.c"
+"//      flash2.c"
 "//"
 "//      Test flash operations for the synth target synth flash driver"
 "//"
 "//=========================================================================="
 "//####ECOSGPLCOPYRIGHTBEGIN####"
@@ -205,11 +205,11 @@
      to get an exception */
 
     *(char *)flash_start = 'a';
 #endif
 
-    CYG_TEST_PASS_FINISH("flash1");
+    CYG_TEST_PASS_FINISH("flash2");
 }
 
 #endif /* ifndef NA_MSG */
 
-/* EOF flash1.c */
+/* EOF flash2.c */
Index: devs/flash/synthv2/current/tests/flash3.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synthv2/current/tests/flash3.c,v
retrieving revision 1.3
diff -u -5 -r1.3 flash3.c
--- devs/flash/synthv2/current/tests/flash3.c	20 Nov 2008 19:17:27 -0000	1.3
+++ devs/flash/synthv2/current/tests/flash3.c	28 Nov 2008 08:47:46 -0000
@@ -1,11 +1,11 @@
 /* Hay, the copyright is usefull for something! */
 
 static char copyright[] = 
 "//=========================================================================="
 "//"
-"//      flash1.c"
+"//      flash3.c"
 "//"
 "//      Test flash operations for the synth target synth flash driver"
 "//"
 "//=========================================================================="
 "//####ECOSGPLCOPYRIGHTBEGIN####"
@@ -243,6 +243,6 @@
     CYG_TEST_PASS_FINISH("flash3");
 }
 
 #endif /* ifndef NA_MSG */
 
-/* EOF flash1.c */
+/* EOF flash3.c */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: copy'n'paste typos in flash synthv2 tests
  2008-11-28  8:53 copy'n'paste typos in flash synthv2 tests Sergei Gavrikov
@ 2008-11-30  9:52 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2008-11-30  9:52 UTC (permalink / raw)
  To: Sergei Gavrikov; +Cc: eCos patches list

On Fri, Nov 28, 2008 at 10:55:00AM +0200, Sergei Gavrikov wrote:
> Be reading flash v2 code...

> Index: devs/flash/synthv2/current/ChangeLog
> ===================================================================
> RCS file: /cvs/ecos/ecos/packages/devs/flash/synthv2/current/ChangeLog,v
> retrieving revision 1.3
> diff -u -5 -r1.3 ChangeLog
> --- devs/flash/synthv2/current/ChangeLog	20 Nov 2008 19:17:27 -0000	1.3
> +++ devs/flash/synthv2/current/ChangeLog	28 Nov 2008 08:47:46 -0000
> @@ -1,5 +1,10 @@
> +2008-11-28  Sergei Gavrikov  <sergei.gavrikov@gmail.com>
> +
> +	* tests/flash[23].c: Fixed copy'n'paste typos in a naming: flash1 ->
> +	flash{2,3}.

Thanks
        Andrew

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-30  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-28  8:53 copy'n'paste typos in flash synthv2 tests Sergei Gavrikov
2008-11-30  9:52 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).