public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/10] arch/ia64: Fix continuation line formats
       [not found] <cover.1265095093.git.joe@perches.com>
@ 2010-02-02  7:22 ` Joe Perches
  2010-02-07 11:43   ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2010-02-02  7:22 UTC (permalink / raw)
  To: linux-kernel
  Cc: Xiantao Zhang, Avi Kivity, Marcelo Tosatti, Tony Luck, Fenghua Yu,
	kvm-ia64, kvm, linux-ia64

String constants that are continued on subsequent lines with \
are not good.

Signed-off-by: Joe Perches <joe@perches.com>
---
 arch/ia64/kvm/mmio.c |    4 ++--
 arch/ia64/kvm/vcpu.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/ia64/kvm/mmio.c b/arch/ia64/kvm/mmio.c
index 9bf55af..fb8f9f5 100644
--- a/arch/ia64/kvm/mmio.c
+++ b/arch/ia64/kvm/mmio.c
@@ -316,8 +316,8 @@ void emulate_io_inst(struct kvm_vcpu *vcpu, u64 padr, u64 ma)
 		return;
 	} else {
 		inst_type = -1;
-		panic_vm(vcpu, "Unsupported MMIO access instruction! \
-				Bunld[0]=0x%lx, Bundle[1]=0x%lx\n",
+		panic_vm(vcpu, "Unsupported MMIO access instruction! "
+				"Bunld[0]=0x%lx, Bundle[1]=0x%lx\n",
 				bundle.i64[0], bundle.i64[1]);
 	}
 
diff --git a/arch/ia64/kvm/vcpu.c b/arch/ia64/kvm/vcpu.c
index dce75b7..958815c 100644
--- a/arch/ia64/kvm/vcpu.c
+++ b/arch/ia64/kvm/vcpu.c
@@ -1639,8 +1639,8 @@ void vcpu_set_psr(struct kvm_vcpu *vcpu, unsigned long val)
 	 * Otherwise panic
 	 */
 	if (val & (IA64_PSR_PK | IA64_PSR_IS | IA64_PSR_VM))
-		panic_vm(vcpu, "Only support guests with vpsr.pk =0 \
-				& vpsr.is=0\n");
+		panic_vm(vcpu, "Only support guests with vpsr.pk =0 "
+				"& vpsr.is=0\n");
 
 	/*
 	 * For those IA64_PSR bits: id/da/dd/ss/ed/ia
-- 
1.6.6.rc0.57.gad7a


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

* Re: [PATCH 01/10] arch/ia64: Fix continuation line formats
  2010-02-02  7:22 ` [PATCH 01/10] arch/ia64: Fix continuation line formats Joe Perches
@ 2010-02-07 11:43   ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-02-07 11:43 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Xiantao Zhang, Marcelo Tosatti, Tony Luck,
	Fenghua Yu, kvm-ia64, kvm, linux-ia64

On 02/02/2010 09:22 AM, Joe Perches wrote:
> String constants that are continued on subsequent lines with \
> are not good.
>    

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


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

end of thread, other threads:[~2010-02-07 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1265095093.git.joe@perches.com>
2010-02-02  7:22 ` [PATCH 01/10] arch/ia64: Fix continuation line formats Joe Perches
2010-02-07 11:43   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox