[tip:tools/kvm] kvm tools: Get rid of spaces in ld script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit-ID:  64ca98d5cee6bbb58fe6ab9d3c0e7bdade815808
Gitweb:     http://git.kernel.org/tip/64ca98d5cee6bbb58fe6ab9d3c0e7bdade815808
Author:     Cyrill Gorcunov <gorcunov@xxxxxxxxx>
AuthorDate: Tue, 7 Jun 2011 23:41:15 +0400
Committer:  Pekka Enberg <penberg@xxxxxxxxxx>
CommitDate: Wed, 8 Jun 2011 17:15:26 +0300

kvm tools: Get rid of spaces in ld script

Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx>
---
 tools/kvm/bios/rom.ld.S |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/kvm/bios/rom.ld.S b/tools/kvm/bios/rom.ld.S
index aed8a65..f122b97 100644
--- a/tools/kvm/bios/rom.ld.S
+++ b/tools/kvm/bios/rom.ld.S
@@ -11,7 +11,7 @@ PHDRS {
 }
 
 SECTIONS {
-       . = 0;
-       .text : { *(.text) } :text = 0x9090
+	. = 0;
+	.text : { *(.text) } :text = 0x9090
 }
 
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux