[PATCH] Staging: comedi.h: Fix coding style issue in comedi.h

2016-01-13 Thread YU Bo
This is a patch to the comedi.h file that fixes up warnings found by the checkpatch.pl tool Signed-off-by: YU Bo --- drivers/staging/comedi/comedi.h | 260 +++ 1 个文件被修改,插入 154 行(+),删除 106 行(-) diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/c

[PATCH] Staging: comedi: fix more characters coding style issue in comedi_pcmcia.h

2016-01-13 Thread YU Bo
This is a patch to the comedi_pcmcia.h file that fixes up a "line over 80 characters" warning found by the checkpatch.pl tool Signed-off-by: YU Bo --- drivers/staging/comedi/comedi_pcmcia.h |3 ++- 1 个文件被修改,插入 2 行(+),删除 1 行(-) diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers

Re: [PATCH] Staging: comedi: fix more characters coding style issue in comedi_pcmcia.h

2016-01-13 Thread Bo YU
This is a patch to the comedi_pcmcia.h file that fixes up a "line over 80 characters" warning found by the checkpatch.pl tool Signed-off-by: YU Bo --- drivers/staging/comedi/comedi_pcmcia.h |3 ++- 1 个文件被修改,插入 2 行(+),删除 1 行(-) diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers

Re: [PATCH net-next] hv_netvsc: don't make assumptions on struct flow_keys layout

2016-01-13 Thread David Miller
From: Haiyang Zhang Date: Wed, 13 Jan 2016 23:10:57 + > I have done a comparison of the Toeplitz v.s. Jenkins Hash algorithms, > and found that the Toeplitz provides much better distribution of the > connections into send-indirection-table entries. This fails to take into consideration how

[PATCH] Staging: comedi: fix coding style issue in comedilib.h

2016-01-13 Thread Bo YU
This is a patch to the comedilib.h file that fixes "bloch comment use * on subsequent lines" warning found by the checkpatch.pl tool Signed-off-by: YU Bo --- drivers/staging/comedi/comedilib.h | 32 1 个文件被修改,插入 16 行(+),删除 16 行(-) diff --git a/drivers/staging

RE: [PATCH net-next] hv_netvsc: don't make assumptions on struct flow_keys layout

2016-01-13 Thread Haiyang Zhang
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Sunday, January 10, 2016 5:26 PM > To: vkuzn...@redhat.com > Cc: net...@vger.kernel.org; KY Srinivasan ; Haiyang > Zhang ; de...@linuxdriverproject.org; linux- > ker...@vger.kernel.org; eric.duma...@gmail.com >

Re: [Intel-gfx] [RFC 2/9] staging/android/sync: add sync_fence_create_dma

2016-01-13 Thread Gustavo Padovan
Hi John, 2016-01-13 john.c.harri...@intel.com : > From: Maarten Lankhorst > > This allows users of dma fences to create a android fence. > > v0.2: Added kerneldoc. (Tvrtko Ursulin). > > v0.4: Updated comments from review feedback by Maarten. > > Signed-off-by: Maarten Lankhorst > Signed-off

[RFC 1/9] staging/android/sync: Support sync points created from dma-fences

2016-01-13 Thread John . C . Harrison
From: Maarten Lankhorst Debug output assumes all sync points are built on top of Android sync points and when we start creating them from dma-fences will NULL ptr deref unless taught about this. v0.4: Corrected patch ownership. v0.5: Removed redundant braces to keep style checker happy Signed-

[RFC 2/9] staging/android/sync: add sync_fence_create_dma

2016-01-13 Thread John . C . Harrison
From: Maarten Lankhorst This allows users of dma fences to create a android fence. v0.2: Added kerneldoc. (Tvrtko Ursulin). v0.4: Updated comments from review feedback by Maarten. Signed-off-by: Maarten Lankhorst Signed-off-by: Tvrtko Ursulin Cc: Maarten Lankhorst Cc: Daniel Vetter Cc: Jes

[PATCH] staging: wilc1000: remove extraneous variable

2016-01-13 Thread Arnd Bergmann
Building wilc1000 with clang currently fails in the staging-next branch: drivers/staging/wilc1000/wilc_spi.c:123:34: warning: tentative definition of variable with internal linkage has incomplete non-array type 'const struct wilc1000_ops' [-Wtentative-definition-incomplete-type] static const str

[PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings

2016-01-13 Thread Saatvik Arya
fixed warnings about comment block coding style Signed-off-by: Saatvik Arya --- drivers/staging/xgifb/vgatypes.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h index 61fa10f..de80e5c 100644 --- a/driv

[PATCH] drivers: staging: octeon-usb: octeon-hcd.c: fixed coding style related warnings

2016-01-13 Thread Saatvik Arya
fixed coding style warnings related to comment blocks Signed-off-by: Saatvik Arya --- drivers/staging/octeon-usb/octeon-hcd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index 6f28717..16

[PATCH] drivers: staging: media: davinci_vpfe: dm365_resizer: fixed some spelling mistakes

2016-01-13 Thread Saatvik Arya
fixed spelling mistakes which referred to OUTPUT as OUPUT Signed-off-by: Saatvik Arya --- drivers/staging/media/davinci_vpfe/dm365_resizer.c | 22 +++--- drivers/staging/media/davinci_vpfe/dm365_resizer.h | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/d

Re: [PATCH v2] staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg

2016-01-13 Thread Dan Carpenter
It doesn't matter much, but I feel it's better to go long. (The Fixes tag was my invention so I'm an authority on this). regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo

Re: [PATCH v2] staging: comedi: ni_mio_common: use CR_CHAN more consistently

2016-01-13 Thread Ian Abbott
On 12/01/16 18:05, Spencer E. Olson wrote: Generally, the CR_CHAN macro is/should be used to access the relevant bits for channel identification in cmd->*_arg when the corresponding cmd->*_src==TRIG_EXT, including cmd->convert_arg in this case. This patch does not fix a bug per se, as NISTC_AI_M

Re: [PATCH v2] staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg

2016-01-13 Thread Ian Abbott
On 12/01/16 17:33, Spencer E. Olson wrote: This fixes a bug in function ni_tio_input_inttrig(). The trigger number should be compared to cmd->start_arg, not cmd->start_src. Fixes: 6a760394d7eb ("staging: comedi: ni_tiocmd: clarify the cmd->start_arg validation and use") Cc: # 3.17+ Signed-off-

Re: [PATCH v2] staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg

2016-01-13 Thread Ian Abbott
On 12/01/16 18:01, Spencer Olson wrote: I looked through commit messages in the repository that also had Fixes: tags that were long. The ones I looked at were all split. I was going to say everything, but I just noticed that I was looking at some commits from 2014. I don't mind resubmitting if