Re: [PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Nick Krause
On Tue, Jul 15, 2014 at 3:19 PM, Nick Krause wrote: > On Tue, Jul 15, 2014 at 2:54 PM, Måns Rullgård wrote: >> Nicholas Krause writes: >> >>> This fixes the checkpatch error I get in this file relating to a >>> quoted string needed to be joined to the line above it. >>> --- >>>

Re: [PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Nick Krause
On Tue, Jul 15, 2014 at 2:54 PM, Måns Rullgård wrote: > Nicholas Krause writes: > >> This fixes the checkpatch error I get in this file relating to a >> quoted string needed to be joined to the line above it. >> --- >> arch/alpha/boot/bootpz.c | 3 +-- >> 1 file changed, 1 insertion(+), 2

Re: [PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Måns Rullgård
Nicholas Krause writes: > This fixes the checkpatch error I get in this file relating to a > quoted string needed to be joined to the line above it. > --- > arch/alpha/boot/bootpz.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/alpha/boot/bootpz.c

[PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Nicholas Krause
This fixes the checkpatch error I get in this file relating to a quoted string needed to be joined to the line above it. --- arch/alpha/boot/bootpz.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c index 6fc840d..a9e127b

[PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Nicholas Krause
This fixes the checkpatch error I get in this file relating to a quoted string needed to be joined to the line above it. --- arch/alpha/boot/bootpz.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c index 6fc840d..a9e127b

Re: [PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Måns Rullgård
Nicholas Krause xerofo...@gmail.com writes: This fixes the checkpatch error I get in this file relating to a quoted string needed to be joined to the line above it. --- arch/alpha/boot/bootpz.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/alpha/boot/bootpz.c

Re: [PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Nick Krause
On Tue, Jul 15, 2014 at 2:54 PM, Måns Rullgård m...@mansr.com wrote: Nicholas Krause xerofo...@gmail.com writes: This fixes the checkpatch error I get in this file relating to a quoted string needed to be joined to the line above it. --- arch/alpha/boot/bootpz.c | 3 +-- 1 file changed, 1

Re: [PATCH 6/6] alpha: Join lines 90 and 91

2014-07-15 Thread Nick Krause
On Tue, Jul 15, 2014 at 3:19 PM, Nick Krause xerofo...@gmail.com wrote: On Tue, Jul 15, 2014 at 2:54 PM, Måns Rullgård m...@mansr.com wrote: Nicholas Krause xerofo...@gmail.com writes: This fixes the checkpatch error I get in this file relating to a quoted string needed to be joined to the