Re: GIT tree broken? (rsync depreciated)

2005-07-08 Thread walt
Stelian Pop wrote: After resyncing cogito to the latest version (which incorporates the 'pack' changes, which were causing the failure), it does indeed work again, when using rsync. I also found that using cogito-0.12 in my existing source directory would not update properly. After some fiddl

Re: [darcs-users] Re: [BK] upgrade will be needed

2005-02-21 Thread walt
On Mon, 21 Feb 2005, David Roundy wrote: I just scanned the comparison of various source-code management schemes at http://zooko.com/revision_control_quick_ref.html and found myself wishing for a similar review of bk (which was excluded, not being open-source). Would you (or anyone else) be

Re: Snowhite and the Seven Dwarfs - The REAL story! (VIRUS ALERT)

2001-06-15 Thread Walt
NM --- Matthew Dharm <[EMAIL PROTECTED]> wrote: > No kidding... getting this once was funny enough on > this mailing list... > but twice in the same day? I am just rolling in the > asiles here... > > Matt > > On Sat, Jun 16, 2001 at 01:34:59AM +0200, Tobias > Ringstrom wrote: > > On Fri, 15 Ju

Re: [-mm patch] ptrace: Fix EFL_OFFSET value according to i386 pda changes (was Re: BUG on 2.6.20-rc1 when using gdb)

2006-12-20 Thread walt
Jeremy Fitzhardinge wrote: > Frederik Deweerdt wrote: >> Same problems here with 2.6.20-rc1-mm1 (ie with the %gs->%fs patch). >> It seems to me that the problem comes from the EFL_OFFSET no longer >> beeing accurate. >> The following patch fixes the problem for me. >> > > Thanks Frederik; that'

Re: On current git head webservers stopped working

2007-07-13 Thread walt
Jens Axboe wrote: On Fri, Jul 13 2007, Gabriel C wrote: Hello , While doing some tests with 2.6.22-git2 ( at the time head 4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4 ) all my webservers stopped working. I can't get any file using wget or whatever else , everything hangs after 1% forever. I bisec

Re: + loop-preallocate-eight-loop-devices.patch added to -mm tree

2007-05-31 Thread walt
Ken Chen wrote: On 5/21/07, Ken Chen <[EMAIL PROTECTED]> wrote: ... tested, like this? Ken, your patch below works for me. Are you going to send this on to Linus? diff --git a/drivers/block/loop.c b/drivers/block/loop.c index 5526ead..0ed5470 100644 --- a/drivers/block/loop.c +++ b/drivers

Re: Linux 2.6.22-rc4 - sata_promise regression since -rc3

2007-06-05 Thread walt
Jeff Garzik wrote: On Tue, Jun 05, 2007 at 11:31:46PM +0200, Mikael Pettersson wrote: I can easily reproduce the problem in 2.6.22-rc4. There are no sata_promise changes between rc3 and rc4, but Tejun's libata polling SETXFER change was included in rc4. Reverting it makes sata_promise work again

Re: [REPOST PATCH] sata_promise: use TF interface for polling NODATA commands

2007-06-06 Thread walt
Tejun Heo wrote: ... Fix pdc_qc_issue_prot() such that ATA/ATAPI NODATA commands are issued using TF interface if ATA_TFLAG_POLLING is set. This patch fixes detection failure introduced by polling SETXFERMODE. Your patch works for me, thanks. - To unsubscribe from this list: send the line "

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-21 Thread walt
On 01/21/2014 01:51 AM, David Laight wrote: > From: Sarah Sharp >> On Mon, Jan 20, 2014 at 11:21:14AM +, David Laight wrote: > ... >>> A guess... >>> >>> In queue_bulk_sg_tx() try calling xhci_v1_0_td_remainder() instead >>> of xhci_td_re

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-07 Thread walt
link TRB. >> >> I suspect David's patch triggers a bug in the command cancellation code. >> There's also the unlikely possibility that the no-op TRBs did indeed >> cause the host to hang. Either way, I'll have to look into it. >> >> I'll

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-07 Thread walt
On 01/07/2014 05:58 AM, David Laight wrote: > The dmesg contains: > > [ 538.728064] EXT4-fs warning (device dm-0): ext4_end_bio:316: I/O error > writing to inode 23330865 (offset 0 size 8388608 starting block 812628) > > An 8MB transfer will need at least 128 ring entries (TRB) even if the requ

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-07 Thread walt
Okay, I used log_buf_len to make dmesg bigger and now I think I have the whole thing. It's attached. dmesg2.gz Description: application/gzip

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-08 Thread walt
On 01/03/2014 03:29 PM, Sarah Sharp wrote: > I'll let you know when I have some diagnostic patches ready. Hi Sarah. I see today gregkh committed the patches you've already sent me, so I assume someone (other than me) has tested those patches and discovered some benefit from them? I'm still wond

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-09 Thread walt
On 01/09/2014 02:05 AM, David Laight wrote: >> From: walt > ... >> I'm still wondering if I'm suffering from hardware quirks. From the >> first day I installed my usb3 adapter card and the usb3 disk docking >> station I've noticed some quirky behavi

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-10 Thread walt
On 01/09/2014 03:50 PM, Sarah Sharp wrote: >>> On Tue, Jan 07, 2014 at 03:57:00PM -0800, walt wrote: >> >> The aftermarket usb3 adapter card and the usb3 outboard hard-drive docking >> station are the only two usb3 devices I have. >> >> I've won

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-13 Thread walt
On 01/09/2014 03:50 PM, Sarah Sharp wrote: >>> On Tue, Jan 07, 2014 at 03:57:00PM -0800, walt wrote: >> >> I've wondered if my xhci problems might be caused by hardware quirks, and >> wondering why I seem to be the only one who has this problem. >> >&

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-14 Thread walt
On 01/14/2014 09:20 AM, Sarah Sharp wrote: > On Mon, Jan 13, 2014 at 03:39:07PM -0800, walt wrote: >> Sarah, I just fixed my xhci bug for US$19.99 :) >> >> #lspci | tail -1 >> 04:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller >> (rev 03) &

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-18 Thread walt
On 01/17/2014 06:34 AM, David Laight wrote: > From: walt >> Oy, Sarah! ;) I put the ASMedia adapter in my older amd64 machine, and, >> well, >> the stupid thing Just Works(TM) with kernel 3.12.7! (Yes, with the same disk >> docking station, too.) >> >

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-18 Thread walt
On 01/17/2014 06:34 AM, David Laight wrote: > Can you try the patch I posted that stops the ownership on LINK TRBs > being changed before that on the linked-to TRB? Please disregard my earlier post about the patch not applying cleanly. That was the usual html corruption, so I found the original o

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2013-12-31 Thread walt
On 12/18/2013 01:11 PM, Greg Kroah-Hartman wrote: > 3.12-stable review patch. If anyone has any objections, please let me know. > > -- > > From: David Laight > > commit 35773dac5f862cb1c82ea151eba3e2f6de51ec3e upstream. > > Section 4.11.7.1 of rev 1.0 of the xhci specification

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-03 Thread walt
On 01/02/2014 11:15 AM, Sarah Sharp wrote: > On Tue, Dec 31, 2013 at 12:40:16PM -0800, walt wrote: >> On 12/18/2013 01:11 PM, Greg Kroah-Hartman wrote: >>> 3.12-stable review patch. If anyone has any objections, please let me know. >>> >>> -

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst

2014-01-03 Thread walt
On 01/03/2014 11:54 AM, Sarah Sharp wrote: > On Fri, Jan 03, 2014 at 07:40:33AM -0800, walt wrote: >> On 01/02/2014 11:15 AM, Sarah Sharp wrote: >>> On Tue, Dec 31, 2013 at 12:40:16PM -0800, walt wrote: >>>> On 12/18/2013 01:11 PM, Greg Kroah-Hartman wrote: >&

[PATCH] [PATCH/STYLE] stagging:braille: Missing a blank line after declarations

2016-11-09 Thread Walt
Fixed three WARNING: Missing a blank line after declarations from checkpatch.pl Signed-off-by: Walt --- drivers/accessibility/braille/braille_console.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/accessibility/braille/braille_console.c b/drivers/accessibility/braille

[PATCH] [STYLE] staging:braille ERROR: Use 4 digit octal

2016-11-09 Thread Walt
Fixed one 48: ERROR: Use 4 digit octal (0777) not decimal permissions per checkpatch. Signed-off-by: Walt --- drivers/accessibility/braille/braille_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/accessibility/braille/braille_console.c b/drivers

Re: [Lse-tech] Bug in sys_sched_yield

2001-04-12 Thread Walt Drummond
bal ID for a specific processor. But there is no guarantee that the set of global ID's will be contiguous. It's possible to have disjoint (non-contiguous) physical processor ID's if a processor bus is not completely populated, or there is an empty processor slot or odd processor numbe

Re: [Lse-tech] Bug in sys_sched_yield

2001-04-16 Thread Walt Drummond
to make the generic kernel code clearer, this will also make it easier to support non-linear (NUMA) systems. --Walt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [Lse-tech] Bug in sys_sched_yield

2001-04-16 Thread Walt Drummond
e reason, we NEED the hard > address of the cpu. I don't think this ever has to leak out to the > common kernel code, or am i missing something here. No your not, I was. I completely misinterpreted your question. Sorry about that. Hubertus and Kanoj have provided the answer I sho

Re: CONFIG_IRQBALANCE for 64-bit x86 ?

2007-11-20 Thread Walt H
#x27;s? If the IRQ load of a mostly idle device changes from when the daemon was run, wouldn't the inability of the balance to adjust it adversely affect performance if the load changes at a later time? I'm used to my old SMP box with 2 physical cores, so this is just something I've wo

[PATCH] x86/signals: Fix save/restore signal stack to correctly support sigset_t

2020-11-19 Thread Walt Drummond
() to correctly save all the fields in the sigmask_t struct, and adds unsafe_put_compat_sigmask() to handle the compat_sigset_t cases. Signed-off-by: Walt Drummond --- arch/x86/kernel/signal.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/signal.c

Re: [PATCH] x86/signals: Fix save/restore signal stack to correctly support sigset_t

2020-11-28 Thread Walt Drummond
dinate libc and kernel changes super tightly to pull this off), and any change in the size of struct rt_sigframe would break backwards compatibility with older binaries, is that correct? Thanks, appreciate the help here. --Walt On Sat, Nov 28, 2020 at 6:19 PM Walt Drummond wrote: > >

Re: [PATCH] x86/signals: Fix save/restore signal stack to correctly support sigset_t

2020-11-29 Thread Walt Drummond
Got it. Thanks again Al. On Sat, Nov 28, 2020 at 7:28 PM Al Viro wrote: > > On Sat, Nov 28, 2020 at 06:19:31PM -0800, Walt Drummond wrote: > > Thanks Al. I want to understand the nuance, so please bear with me as I > > reason this out. The cast in stone nature of this is du

Re: [PATCH v2 0/6] staging: speakup: speakup_soft.c checkpatch modifications

2016-11-23 Thread Walt Feasel
On Wed, Nov 23, 2016 at 04:56:32PM +0100, Greg KH wrote: > On Wed, Nov 23, 2016 at 05:52:25AM -0500, Fleetwood Farm wrote: > > On Nov 23, 2016 4:08 AM, "Greg KH" wrote: > > > > > > On Mon, Nov 21, 2016 at 10:19:19AM -0500, Walt Feasel wrote: > > &g

Re: Patch procedure

2016-11-15 Thread Walt Feasel
y like I was doing. At least I hope the last one I sent is correct. https://burzalodowa.wordpress.com/ Walt

[PATCH v2 3/3] staging: xgifb: vb_init.c Comment style

2016-11-16 Thread Walt Feasel
Make various comment style modifications. Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_init.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH v2 2/3] staging: xgifb: vb_init.c Align on parenthesis

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for: CHECK: Alignment should match open parenthesis. Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_init.c | 24 +--- 1 file changed, 13 insertions(+), 11

[PATCH v2 1/3] staging: xgifb: vb_init.c Logical continuation

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for: CHECK: Logical continuations should be on the previous line. Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

[PATCH v2 0/3] staging: xgifb: vb_init.c checkpatch modifications

2016-11-16 Thread Walt Feasel
Make Linux kernel coding style modifications for vb_init.c to include: CHECK: Logical continuations should be on the previous line CHECK: Alignment should match open parenthesis Various comment style modifications Walt Feasel (3): staging: xgifb: vb_init.c Logical continuation staging

[PATCH v2 1/7] staging: xgifb: XGI_main_26.c Comment style modifications

2016-11-16 Thread Walt Feasel
Make comment style modifications. Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main_26.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers

[PATCH v2 0/7] staging: xgifb: XGI_main_26.c checkpatch modifications

2016-11-16 Thread Walt Feasel
nes aren't necessary after an open brace '{' CHECK: Blank lines aren't necessary before a close brace '}' Comment style modifications Walt Feasel (7): staging: xgifb: XGI_main_26.c Comment style modifications staging: xgifb: XGI_main_26.c No space after cast staging: x

[PATCH v2 2/7] staging: xgifb: XGI_main_26.c No space after cast

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main_26.c | 30 +++--- 1 file changed, 15 insertions(+), 15

[PATCH v2 7/7] staging: xgifb: XGI_main_26.c Align match parenthesis

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main_26.c | 100 +--- 1 file changed, 46 insertions

[PATCH v2 4/7] staging: xgifb: XGI_main_26.c Space around operator

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: spaces preferred around that '-,&' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main_26.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[PATCH v2 6/7] staging: xgifb: XGI_main_26.c Blank line before }

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main_26.c | 2 -- 1 file changed, 2 deletions(-) diff

[PATCH v2 3/7] staging: xgifb: XGI_main_26.c Logical continuation

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Logical continuations should be on the previous line Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main_26.c | 20 +--- 1 file changed, 9 insertions(+), 11

[PATCH v2 5/7] staging: xgifb: XGI_main_26.c Blank line after {

2016-11-16 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main_26.c | 12 1 file changed, 12 deletions

[PATCH v2 0/7] staging: xgifb: vb_setmode.c checkpatch modifications

2016-11-17 Thread Walt Feasel
should be on the previous line Spelling Comment style modifications Walt Feasel (7): staging: xgifb: vb_setmode.c Comment Spelling correction staging: xgifb: vb_setmode.c Comment style modifications staging: xgifb: vb_setmode.c Space around operator staging: xgifb: vb_setmode.c Braces single

[PATCH v2 1/7] staging: xgifb: vb_setmode.c Comment Spelling correction

2016-11-17 Thread Walt Feasel
Make spelling correction for 'vertical'. Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_setmode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b/drive

[PATCH v2 5/7] staging: xgifb: vb_setmode.c Space after cast

2016-11-17 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_setmode.c | 139 ++--- 1 file changed, 69 insertions(+), 70

[PATCH v2 3/7] staging: xgifb: vb_setmode.c Space around operator

2016-11-17 Thread Walt Feasel
Make suggested checkpatch modificationfor CHECK: spaces preferred around that '+' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_setmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[PATCH v2 2/7] staging: xgifb: vb_setmode.c Comment style modifications

2016-11-17 Thread Walt Feasel
Make comment style modifications. Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_setmode.c | 234 ++--- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH v2 6/7] staging: xgifb: vb_setmode.c Logical continuation

2016-11-17 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Logical continuations should be on the previous line Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_setmode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH v2 4/7] staging: xgifb: vb_setmode.c Braces single statement blocks

2016-11-17 Thread Walt Feasel
Make suggested checkpatch modificationfor WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_setmode.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions

[PATCH v2 7/7] staging: xgifb: vb_setmode.c Align match parenthesis

2016-11-17 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_setmode.c | 299 + 1 file changed, 141 insertions

[PATCH v2] staging: xgifb: vb_util.h Space after cast

2016-11-17 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/vb_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH v2] staging: xgifb: XGI_main.h Align data columns

2016-11-17 Thread Walt Feasel
Make modifications to data column alignment Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/xgifb/XGI_main.h | 54 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/drivers

[PATCH] [STYLE 1/20]staging:xgifb:vb_setmode.c Spelling correction

2016-11-13 Thread Walt Feasel
Make spelling correction for 'vertical' Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c index 6467d96..1655d3a 100644 ---

[PATCH] [STYLE 2/20]staging:xgifb:vb_setmode.c Preferred space around

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: spaces preferred around that '+' Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/sta

[PATCH] [STYLE 3/20]staging:xgifb:vb_setmode.c Logical continuation

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Logical continuations should be on the previous line Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b

[PATCH] [STYLE 4/20]staging:xgifb:vb_setmode.c No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b

[PATCH] [STYLE 5/20]staging:xgifb:vb_setmode.c No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c

[PATCH] [STYLE 6/20]staging:xgifb:vb_setmode.c No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b

[PATCH] [STYLE 7/20]staging:xgifb:vb_setmode.c No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b

[PATCH] [STYLE 8/20]staging:xgifb:vb_setmode.c No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c b

[PATCH] [STYLE 9/20]staging:xgifb:vb_setmode.c No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/xgifb/vb_setmode.c

[PATCH] [STYLE 10/20]staging:xgifb:vb_setmode.c No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 11/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 12/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 13/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 28 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 14/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 15/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging

[PATCH] [STYLE 16/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/staging

[PATCH] [STYLE 17/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 44 -- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/drivers

[PATCH] [STYLE 18/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 35 +++ 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/drivers/staging

[PATCH] [STYLE 19/20]staging:xgifb:vb_setmode.c Align match parenthesis

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 20/20]staging:xgifb:vb_setmode.c Braces single statement

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_setmode.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 1/2]staging:xgifb:vb_table.h Blank line after declarations

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_table.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/xgifb/vb_table.h b

[PATCH] [STYLE 2/2]staging:xgifb:vb_table.h Preferred space around

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: spaces preferred around that '+' Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_table.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/xgifb/vb_table.h b/drive

[PATCH] [STYLE]staging:xgifb:vb_util.h No space after cast

2016-11-13 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/vb_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_util.h b/drivers/staging/xgifb

[PATCH] [STYLE 1/9]staging:xgifb:XGI_main_26.c Remove blank lines before }

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_

[PATCH] [STYLE 2/9]staging:xgifb:XGI_main_26.c Remove blank lines after {

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/xgifb/X

[PATCH] [STYLE 3/9]staging:xgifb:XGI_main_26.c Spaces preferred around

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: spaces preferred around that '-,&' Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_2

[PATCH] [STYLE 4/9]staging:xgifb:XGI_main_26.c Logical continuations

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Logical continuations should be on the previous line Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/staging

[PATCH] [STYLE 5/9]staging:xgifb:XGI_main_26.c No space after cast

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b

[PATCH] [STYLE 6/9]staging:xgifb:XGI_main_26.c No space after cast

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b

[PATCH] [STYLE 7/9]staging:xgifb:XGI_main_26.c Align on parenthesis

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 29 + 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/drivers/staging

[PATCH] [STYLE 8/9]staging:xgifb:XGI_main_26.c Align on parenthesis

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/drivers/staging/xgifb

[PATCH] [STYLE 9/9]staging:xgifb:XGI_main_26.c Align on parenthesis

2016-11-14 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main_26.c | 37 - 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/drivers

[PATCH] [STYLE]staging:xgifb:XGI_main.h Align columns

2016-11-14 Thread Walt Feasel
Make alignment changes to tabular data for consistency Signed-off-by: Walt Feasel --- drivers/staging/xgifb/XGI_main.h | 52 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main.h b/drivers/staging/xgifb

[PATCH v2 2/2] staging: xgifb: vb_table.h Preferred space around

2016-11-15 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: spaces preferred around that '+' Signed-off-by: Walt Feasel --- v2 corrects mailing format to link patches and change subject line drivers/staging/xgifb/vb_table.h | 8 1 file changed, 4 insertions(+), 4

[PATCH v2 1/2] staging: xgifb: vb_table.h Blank line after declarations

2016-11-15 Thread Walt Feasel
Make suggested modification from checkpatch in reference to: CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Walt Feasel --- v2 corrects mailing format to link patches and change subject line drivers/staging/xgifb/vb_table.h | 1 + 1 file changed, 1

[PATCH v2 0/2] Style edits for xgifb: vb_table.h

2016-11-15 Thread Walt Feasel
Corrects style issues 'Blank line after declarations' and 'Preferred space around operators' Walt Feasel (2): [STYLE 1/2]staging:xgifb:vb_table.h Blank line after declarations [STYLE 2/2]staging:xgifb:vb_table.h Preferred space around drivers/staging/xgifb/vb_table.h |

[PATCH] [STYLE]staging:braille:braille_console.c [1/2]

2016-11-10 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to ERROR: Use 4 digit octal (0777) not decimal permissions Signed-off-by: Walt Feasel --- drivers/accessibility/braille/braille_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/accessibility/braille

[PATCH] [STYLE]staging:braille:braille_console.c [2/2]

2016-11-10 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to WARNING: Missing a blank line after declarations Signed-off-by: Walt Feasel --- drivers/accessibility/braille/braille_console.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/accessibility/braille/braille_console.c b

[PATCH] [STYLE 2/2]staging:speakup:i18n.c Align match parenthesis

2016-11-11 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/speakup/i18n.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup

[PATCH] [STYLE]staging:speakup:keyhelp.c Align match on parenthesis

2016-11-11 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/speakup/keyhelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/speakup/keyhelp.c b/drivers

[PATCH] [STYLE 1/2]staging:speakup:i18n.c Block align on *

2016-11-11 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to: WARNING: Block comments should align the * on each line Signed-off-by: Walt Feasel --- drivers/staging/speakup/i18n.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/speakup/i18n.c b

[PATCH][STYLE 1/3]staging:speakup:kobjects.c Align match on parenthesis

2016-11-11 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/speakup/kobjects.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/drivers/staging

[PATCH][STYLE 2/3]staging:speakup:kobjects.c Align match on parenthesis

2016-11-11 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to: CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- drivers/staging/speakup/kobjects.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/drivers/staging/speakup

[PATCH] [STYLE 3/3]staging:speakup:kobjects.c Align match on parenthesis and no space after cast

2016-11-11 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to: CHECK: Alignment should match open parenthesis CHECK: No space is necessary after a cast Signed-off-by: Walt Feasel --- drivers/staging/speakup/kobjects.c | 24 1 file changed, 12 insertions(+), 12

[PATCH] [STYLE 1/3]staging:speakup:main.c Modify block comments

2016-11-11 Thread Walt Feasel
Made suggested modifications from checkpatch in reference to WARNING: Block comments should align the * on each line CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Walt Feasel --- drivers/staging/speakup/main.c | 3 ++- 1 file changed, 2

  1   2   3   >