All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix no newline at end of file
@ 2014-07-03  6:58 Robert Yang
  2014-07-03  6:58 ` [PATCH 1/2] documentation: " Robert Yang
  2014-07-03  6:58 ` [PATCH 2/2] scripts: " Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2014-07-03  6:58 UTC (permalink / raw)
  To: poky

The following changes since commit 0ed5a13f5f9478e2c22f517fb3504b738422f85c:

  python3: fix builtins imports (2014-06-30 16:36:44 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/poky_noeol
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/poky_noeol

Robert Yang (2):
  documentation: fix no newline at end of file
  scripts: fix no newline at end of file

 documentation/template/division.title.xsl                               | 2 +-
 documentation/template/formal.object.heading.xsl                        | 2 +-
 .../lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.8.3.1



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

* [PATCH 1/2] documentation: fix no newline at end of file
  2014-07-03  6:58 [PATCH 0/2] fix no newline at end of file Robert Yang
@ 2014-07-03  6:58 ` Robert Yang
  2014-07-03  6:58 ` [PATCH 2/2] scripts: " Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-07-03  6:58 UTC (permalink / raw)
  To: poky

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 documentation/template/division.title.xsl        | 2 +-
 documentation/template/formal.object.heading.xsl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/template/division.title.xsl b/documentation/template/division.title.xsl
index 8cd70a5..6c26597 100644
--- a/documentation/template/division.title.xsl
+++ b/documentation/template/division.title.xsl
@@ -21,4 +21,4 @@
       </xsl:call-template>
     </h1>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git a/documentation/template/formal.object.heading.xsl b/documentation/template/formal.object.heading.xsl
index 4f3900d..1a5e697 100644
--- a/documentation/template/formal.object.heading.xsl
+++ b/documentation/template/formal.object.heading.xsl
@@ -18,4 +18,4 @@
       </xsl:call-template>
     </p>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
-- 
1.8.3.1



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

* [PATCH 2/2] scripts: fix no newline at end of file
  2014-07-03  6:58 [PATCH 0/2] fix no newline at end of file Robert Yang
  2014-07-03  6:58 ` [PATCH 1/2] documentation: " Robert Yang
@ 2014-07-03  6:58 ` Robert Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-07-03  6:58 UTC (permalink / raw)
  To: poky

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
index 2e70426..9ea4119 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
@@ -35,4 +35,4 @@ USE_VT ?= "0"
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
-JFFS2_ERASEBLOCK = "0x10000"
\ No newline at end of file
+JFFS2_ERASEBLOCK = "0x10000"
-- 
1.8.3.1



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

end of thread, other threads:[~2014-07-03  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03  6:58 [PATCH 0/2] fix no newline at end of file Robert Yang
2014-07-03  6:58 ` [PATCH 1/2] documentation: " Robert Yang
2014-07-03  6:58 ` [PATCH 2/2] scripts: " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.