diff options
| author | Radim Krčmář <rkrcmar@redhat.com> | 2018-02-01 15:04:17 +0100 | 
|---|---|---|
| committer | Radim Krčmář <rkrcmar@redhat.com> | 2018-02-01 15:04:17 +0100 | 
| commit | 7bf14c28ee776be567855bd39ed8ff795ea19f55 (patch) | |
| tree | 6113748c673e85fccc2c56c050697789c00c6bc2 /arch/parisc/boot/compressed/misc.c | |
| parent | 87cedc6be55954c6efd6eca2e694132513f65a2a (diff) | |
| parent | 5fa4ec9cb2e6679e2f828033726f758ea314b9c5 (diff) | |
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Topic branch for stable KVM clockource under Hyper-V.
Thanks to Christoffer Dall for resolving the ARM conflict.
Diffstat (limited to 'arch/parisc/boot/compressed/misc.c')
| -rw-r--r-- | arch/parisc/boot/compressed/misc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/boot/compressed/misc.c b/arch/parisc/boot/compressed/misc.c index 9345b44b86f0..f57118e1f6b4 100644 --- a/arch/parisc/boot/compressed/misc.c +++ b/arch/parisc/boot/compressed/misc.c @@ -123,8 +123,8 @@ int puts(const char *s)  	while ((nuline = strchr(s, '\n')) != NULL) {  		if (nuline != s)  			pdc_iodc_print(s, nuline - s); -			pdc_iodc_print("\r\n", 2); -			s = nuline + 1; +		pdc_iodc_print("\r\n", 2); +		s = nuline + 1;  	}  	if (*s != '\0')  		pdc_iodc_print(s, strlen(s));  | 
