Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-27 Thread Joe Perches
On Thu, 2013-09-26 at 13:54 -0700, Greg Kroah-Hartman wrote: > On Thu, Sep 05, 2013 at 06:36:08PM -0700, Joe Perches wrote: > > Whitespace neatening... > > > > Multiline statement argument alignment. > > Argument wrapping. > > Use kmalloc_array instead of kmalloc. > > > > --- > > -ENOSIGNEDOFFBY

Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-26 Thread Sudeep Dutt
On Thu, 2013-09-26 at 14:33 -0700, Joe Perches wrote: > On Thu, 2013-09-26 at 13:54 -0700, Greg Kroah-Hartman wrote: > > On Thu, Sep 05, 2013 at 06:36:08PM -0700, Joe Perches wrote: > > > Whitespace neatening... > > > > > > Multiline statement argument alignment. > > > Argument wrapping. > > > Use

Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-26 Thread Greg Kroah-Hartman
On Thu, Sep 05, 2013 at 06:36:08PM -0700, Joe Perches wrote: > Whitespace neatening... > > Multiline statement argument alignment. > Argument wrapping. > Use kmalloc_array instead of kmalloc. > > --- -ENOSIGNEDOFFBY :( ___ Virtualization mailing list V

Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-26 Thread Greg Kroah-Hartman
On Thu, Sep 05, 2013 at 04:41:20PM -0700, Sudeep Dutt wrote: > ChangeLog: > = > > v2 => v3: > a) Patch 1 data structure cleanups, header file include cleanups, >IDA interface reuse and switching to device_create_with_groups(..) >as per feedback from Greg Kroah-Hartman. > b) Patch 7

Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-06 Thread Sudeep Dutt
On Thu, 2013-09-05 at 18:36 -0700, Joe Perches wrote: > Whitespace neatening... > > Multiline statement argument alignment. > Argument wrapping. > Use kmalloc_array instead of kmalloc. > > --- Hi Joe, We will incorporate your changes in the next version of this patch series and run all future p

Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-05 Thread Joe Perches
Whitespace neatening... Multiline statement argument alignment. Argument wrapping. Use kmalloc_array instead of kmalloc. --- drivers/misc/mic/card/mic_virtio.c | 17 --- drivers/misc/mic/card/mic_x100.c| 4 +- drivers/misc/mic/host/mic_debugfs.c | 91 ++

[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.

2013-09-05 Thread Sudeep Dutt
ChangeLog: = v2 => v3: a) Patch 1 data structure cleanups, header file include cleanups, IDA interface reuse and switching to device_create_with_groups(..) as per feedback from Greg Kroah-Hartman. b) Patch 7 signal documentation, sleep workaround removal and sysfs access API clean