svn commit: r234394 - projects/armv6/sys/arm/ti/cpsw

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Apr 17 20:16:50 UTC 2012


Author: gonzo
Date: Tue Apr 17 20:16:49 2012
New Revision: 234394
URL: http://svn.freebsd.org/changeset/base/234394

Log:
  add newline at the EOF. gcc wants it

Modified:
  projects/armv6/sys/arm/ti/cpsw/if_cpswreg.h

Modified: projects/armv6/sys/arm/ti/cpsw/if_cpswreg.h
==============================================================================
--- projects/armv6/sys/arm/ti/cpsw/if_cpswreg.h	Tue Apr 17 20:13:45 2012	(r234393)
+++ projects/armv6/sys/arm/ti/cpsw/if_cpswreg.h	Tue Apr 17 20:16:49 2012	(r234394)
@@ -102,4 +102,4 @@
 
 #define CPSW_CPPI_RAM_OFFSET		0x2000
 
-#endif /*_IF_CPSWREG_H */
\ No newline at end of file
+#endif /*_IF_CPSWREG_H */


More information about the svn-src-projects mailing list