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. >>> --- >>> arch/alpha/boot/

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 deleti

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 b/arch/alpha/b

[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 100