On Tue, 2017-05-02 at 20:24 -0400, Fabrizio Perria wrote:
> Fixed checkpatch.pl issue
> ERROR: that open brace { should be on the previous line
[]
> diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c
> b/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c
[]
> @@ -338,8 +338,7 @@ boo
On Wed, May 03, 2017 at 11:29:00AM +0530, Surender Polsani wrote:
> kernel coding style doesn't allow the return statement
> in void function.
>
> Signed-off-by: Surender Polsani
> ---
> Changes for v2:
> corrected subject line as suggested
> Changes for v3:
> modified from line as suggested by G
kernel coding style doesn't allow the return statement
in void function.
Signed-off-by: Surender Polsani
---
Changes for v2:
corrected subject line as suggested
Changes for v3:
modified from line as suggested by Greg KH
placed a semicolon in label for fixing build error
Changes for v4:
removed la
Nope.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Fixed multiple checkpatch.pl issues regarding open brace placement,
else (after a brace) placement, unnecessary braces (single statement branches)
and space before closing brace.
To get the list of errors, the following command has been executed:
./scripts/checkpatch.pl --show-types --strict \
Fix all CODE_INDENT type errors reported by checkpatch
in rtxt.c
Signed-off-by: Salvatore Benedetto
---
drivers/staging/vt6656/rxtx.c | 49 ++-
1 file changed, 25 insertions(+), 24 deletions(-)
diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/
Fix checkpatch.pl warning:
CHECK: Alignment should match open parenthesis
+ fd = ion_alloc(data.allocation.len,
+ data.allocation.heap_id_mask,
Signed-off-by: Richard Porter
---
drivers/staging/android/ion/ion-ioctl.c | 4 ++--
1 file
> -Original Message-
> From: Marcos Paulo de Souza [mailto:marcos.souza@gmail.com]
> Sent: Tuesday, May 2, 2017 11:28 PM
> Cc: Marcos Paulo de Souza ; Kershner, David
> A ; Greg Kroah-Hartman
> ; Sell, Timothy C ;
> Binder, David Anthony ; Erik Arfvidson
> ; Wadgaonkar, Sameer Laxmikant
On Wed, May 03, 2017 at 06:47:07PM +0200, Timothée Isnard wrote:
> Signed-off-by: Timothée Isnard
I can't take patches without any changelog text at all :(
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailm
Instead of open coded variant use generic helper to convert UUID strings
to binary format.
Signed-off-by: Andy Shevchenko
---
drivers/hv/vmbus_drv.c | 51 ++
1 file changed, 10 insertions(+), 41 deletions(-)
diff --git a/drivers/hv/vmbus_drv.c b/d
On Wed, 2017-05-03 at 20:07 +0300, Andy Shevchenko wrote:
> Instead of open coded variant use generic helper to convert UUID
> strings
> to binary format.
> @@ -677,12 +644,14 @@ static ssize_t remove_id_store(struct
> device_driver *driver, const char *buf,
> {
> struct hv_driver *drv = dr
Hi Timothée,
On Wed, May 3, 2017 at 8:01 PM, Greg KH wrote:
> On Wed, May 03, 2017 at 06:47:07PM +0200, Timothée Isnard wrote:
>> Signed-off-by: Timothée Isnard
>
Was this sent to the list?
My email client disavow any knowledge of the email this seems to be in
reply to...
> I can't take patch
On Wed, May 03, 2017 at 09:08:10PM +0300, Gilad Ben-Yossef wrote:
> Hi Timothée,
>
> On Wed, May 3, 2017 at 8:01 PM, Greg KH wrote:
> > On Wed, May 03, 2017 at 06:47:07PM +0200, Timothée Isnard wrote:
> >> Signed-off-by: Timothée Isnard
> >
>
> Was this sent to the list?
>
> My email client di
On Wed, May 03, 2017 at 09:08:10PM +0300, Gilad Ben-Yossef wrote:
> Hi Timothée,
>
> On Wed, May 3, 2017 at 8:01 PM, Greg KH wrote:
> > On Wed, May 03, 2017 at 06:47:07PM +0200, Timothée Isnard wrote:
> >> Signed-off-by: Timothée Isnard
> >
>
> Was this sent to the list?
It seems to have bounce
Hello Yueyao Zhu,
The patch c034a43e72dd: "staging: typec: Fairchild FUSB302 Type-c
chip driver" from Apr 27, 2017, leads to the following static checker
warning:
drivers/staging/typec/fusb302/fusb302.c:492 tcpm_init()
warn: odd binop '0x40 & 0x80'
drivers/staging/typec/fusb302/f
If the driver is built as a module, autoload won't work because the module
alias information is not filled. So user-space can't match the registered
device with the corresponding module.
Export the OF and I2C device ID table entries as module aliases, using the
MODULE_DEVICE_TABLE() macro.
Before
16 matches
Mail list logo