On 17/08/14 05:25, Chase Southwood wrote:
For purely aesthetic purposes, add some whitespace to subdevice initialization.
Signed-off-by: Chase Southwood
Cc: Ian Abbott
Cc: H Hartley Sweeten
---
drivers/staging/comedi/drivers/addi_apci_1564.c | 78 -
1 file changed,
On 17/08/14 05:25, Chase Southwood wrote:
A recent commit introduced a typo in the definition of
APCI1564_DO_CC_INT_DISABLE. The macro is not use yet, so not a huge deal,
but this patch corrects it.
Signed-off-by: Chase Southwood
Cc: Ian Abbott
Cc: H Hartley Sweeten
---
drivers/staging/com
On 17/08/14 05:26, Chase Southwood wrote:
Coccinelle (using scripts/coccinelle/tests/doublebitand.cocci) found this
assignment because 0 is or'd twice. Upon inspection, I found that the
variable "mode" is only assigned once and used once, and thus can be
cleanly removed. This patch plugs its va
The "rcu_dereference()" call is used directly in a condition.
Since its return value is never dereferenced it is recommended to use
"rcu_access_pointer()" instead of "rcu_dereference()".
Therefore, this patch makes the replacement.
The following Coccinelle semantic patch was used:
@@
@@
(
if(
(
Where is the archive for this list?
I cannot find it.
Thank you.
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On Sun, Aug 17, 2014 at 09:46:34AM -0300, Raphael Philipe wrote:
> Where is the archive for this list?
> I cannot find it.
>
> Thank you.
> ___
> devel mailing list
> de...@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo
I suspected that, but since the domain name is different
(de...@linuxdriverproject.org and de...@driverdev.osuosl.org) , I
thought that was better to ask.
I got to the mailing list de...@driverdev.osuosl.org while running the
get_mainteiner.pl script for a patch that I did.
What is the difference
Type casting corrections in order to solve warnings of the sparce static
analyser.
Signed-off-by: Raphael Silva
---
drivers/staging/rtl8723au/hal/usb_halinit.c | 4 ++--
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
The "rcu_dereference()" call is used directly in a condition.
Since its return value is never dereferenced it is recommended to use
"rcu_access_pointer()" instead of "rcu_dereference()".
Therefore, this patch makes the replacement.
The following Coccinelle semantic patch was used:
@@
@@
(
if(
(
A: No.
Q: Should I include quotations after my reply?
http://daringfireball.net/2007/07/on_top
On Sun, Aug 17, 2014 at 10:01:59AM -0300, Raphael Philipe wrote:
> I suspected that, but since the domain name is different
> (de...@linuxdriverproject.org and de...@driverdev.osuosl.org) , I
> thought
On Mon, Aug 11, 2014 at 12:03:18AM -0700, Joe Perches wrote:
> DBG_PRT uses are unnecessarily complex.
>
> Convert DBG_PRT msglevel to pr_.
> This changes the KERN_ type of several uses.
> It also enables dynamic_debug for the pr_debug conversions.
>
> This patch can be a prelude to converting th
Signed-off-by: Eli Billauer
---
.../devicetree/bindings/vendor-prefixes.txt|1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree/bindings/vendor-prefixes.txt
index ac7269f..06e698a 100644
On Fri, Aug 15, 2014 at 12:48:14PM -0400, Oleg Drokin wrote:
> Just add the entry with some info.
>
> Signed-off-by: Oleg Drokin
> ---
> MAINTAINERS | 8
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e2eb4c..369183b 100644
> --- a/MAINTAINERS
> +
On Fri, Aug 15, 2014 at 12:48:15PM -0400, Oleg Drokin wrote:
> This adds Documentation/filesystems/lustre.txt with some
> basic information about Lustre and how to use it.
>
> Signed-off-by: Oleg Drokin
> ---
> Documentation/filesystems/lustre.txt | 87
>
No
On Aug 17, 2014, at 12:37 PM, Greg Kroah-Hartman wrote:
> On Fri, Aug 15, 2014 at 12:48:14PM -0400, Oleg Drokin wrote:
>> Just add the entry with some info.
>>
>> Signed-off-by: Oleg Drokin
>> ---
>> MAINTAINERS | 8
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/MAINTAINERS b/M
On Sun, Aug 10, 2014 at 03:15:10PM +0200, Martin Kepplinger wrote:
> Use the common kernel coding style, so don't use C99 // comments
> in r8192U_core.c If too long, where reasonable, they are shortened
> as well.
>
> Some old internal comments about date and author of changes are
> removed.
>
>
On Aug 17, 2014, at 12:37 PM, Greg Kroah-Hartman wrote:
> On Fri, Aug 15, 2014 at 12:48:15PM -0400, Oleg Drokin wrote:
>> This adds Documentation/filesystems/lustre.txt with some
>> basic information about Lustre and how to use it.
>>
>> Signed-off-by: Oleg Drokin
>> ---
>> Documentation/filesy
On Sun, Aug 10, 2014 at 08:28:42PM -0700, Hans Wennborg wrote:
> Signed-off-by: Hans Wennborg
> ---
> drivers/staging/rtl8192ee/pci.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
This patch doesn't apply at all to my tree, can you please refresh it
against the next linux-next tr
On Fri, Aug 15, 2014 at 11:50:53AM -0400, Ramesh Basukala wrote:
> This is a patch to the vendorspecificextn.c that fixes coding style
> warning message line over 80 characters found by checkpatch.pl script.
> I am submitting this patch as required by Eudyptula Challenge.
>
> Signed-off-by: Ramesh
On Sun, Aug 17, 2014 at 12:49:30PM -0400, Oleg Drokin wrote:
>
> On Aug 17, 2014, at 12:37 PM, Greg Kroah-Hartman wrote:
>
> > On Fri, Aug 15, 2014 at 12:48:15PM -0400, Oleg Drokin wrote:
> >> This adds Documentation/filesystems/lustre.txt with some
> >> basic information about Lustre and how to
This adds drivers/staging/lustre/README.txt with some
basic information about Lustre and how to use it.
Eventually this will need to move to Documentation/filesystems/lustre.txt
Signed-off-by: Oleg Drokin
---
drivers/staging/lustre/README.txt | 87 +++
1 file
> -Original Message-
> From: Dmitry Torokhov
> Sent: Saturday, August 16, 2014 0:58 AM
> To: Dexuan Cui
> > For each char in the string, the host sends 2 events (key down/up with the
> > char's UNICODE value) to the guest.
> > The patch finds each char's scan codes of key down/up, and injec
Caro usuário
Seu e-mail ultrapassou 2 GB criadas pelo webmaster, que está
atualmente em execução no 2.30GB, o que não é possível enviar ou
receber nova mensagem no próximo 24 horas até que você verifique se
você enviar e-mail da conta.
Por favor, informe seus dados abaixo para verificar a sua
23 matches
Mail list logo