This patch fixes coding style issue of having block comments using a
trailing */ on a separate line, warning as issued by checkpatch
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exc
This patch fixes coding style issue of using __func__ instead of gcc
specific __FUNCTION__, warning as issued by checkpatch
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude ment
This patch fixes coding style issue of using pr_notice instead of printk,
warning as issued by checkpatch.pl
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude mention of patch nu
This patch fixes error of enclosing complex macro value in parentheses,
error as issued by checkpatch
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
- incorporated review comment of correct indentation for do stat
This patch fixes coding style issue of using tabs instead of spaces at
start of line, error as issued by checkpatch.pl
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude mention o
This patch fixes warning of line over 80 characters, as issued by
checkpatch.pl
Signed-off-by: Chetan Sethi
---
v2:
- split multiple changes across different patches
v3:
- mentioned patch revision in subject
v4:
- modified description to exclude mention of patch number from changelog
drivers
Hi Greg,
> Always run checkpatch on your patches so you don't get a grumpy
> maintainer telling you to run your patches through checkpatch!
Since one change per patch has been included, initial patches in series
will not be completely error/warning free, after running checkpatch.
However it has
This is a patch to usbpipe.c to fix space and char limit warning found by
checkpatch tool.
Signed-off-by: Jitendra Khasdev
---
drivers/staging/vt6656/usbpipe.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpip
Fix following checkpatch warning:
WARNING: line over 80 characters
+&synth->attributes) <
0)
total: 0 errors, 1 warnings, 485 lines checked
Signed-off-by: Man Choy
---
drivers/staging/speakup/synth.c | 4 ++--
1 file changed, 2 insertions
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/wlan_bssdef.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8712/wlan_bssdef.h
b/drivers/staging/rtl8712/wlan_bssdef.h
index c0654ae4d70d..
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/wifi.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h
index 74dfc9b0e494..556367bfbe8a 10
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_recv.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_recv.h
b/drivers/staging/rtl8712/rtl871x_recv.h
index f419
Fixed style fo block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_pwrctrl.h | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_pwrctrl.h
b/drivers/staging/rtl8712/rtl871x_pwrctrl.h
ind
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_mp_ioctl.h | 32 +++---
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_mp_ioctl.h
b/drivers/staging/rtl87
Fixed style of block comments.
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_io.h | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_io.h
b/drivers/staging/rtl8712/rtl871x_io.h
index 26dd24c
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_mlme.h | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_mlme.h
b/drivers/staging/rtl8712/rtl871x_mlme.h
index
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_cmd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h
b/drivers/staging/rtl8712/rtl871x_cmd.h
index 4734ca856aa2..24da2c
Fixed style of block comments across whole of the rtl8712 driver
Found using check patch
Derek Robson (9):
Staging: rtl8712: rtl871x_cmd.h - block comments
Staging: rtl8712: rtl871x_event.h - style fix
Staging: rtl8712: rtl871x_io.h - style fix
Staging: rtl8712: rtl871x_mlme.h - style fix
Fixed style of block comments
Found using checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/rtl8712/rtl871x_event.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl871x_event.h
b/drivers/staging/rtl8712/rtl871x_event.h
index 5db862
Fixed block comments as found by checkpatch
Signed-off-by: Derek Robson
---
drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 ++-
drivers/staging/bcm2835-audio/bcm2835-pcm.c | 3 ++-
drivers/staging/bcm2835-audio/bcm2835.h | 5 -
3 files changed, 4 insertions(+), 7 deletions(-)
diff --gi
On Sat, 2017-02-25 at 19:15 +0100, Stefan Wahren wrote:
> >
> > What's the rule as to who exactly I should be including on
> > patches?
> > get_maintainer.pl displays a very long list for stagging, so it
> > isn't
> > clear to me who should be getting this.
>
> At least the active maintainers (b
>
> What's the rule as to who exactly I should be including on patches?
> get_maintainer.pl displays a very long list for stagging, so it isn't
> clear to me who should be getting this.
At least the active maintainers (bcm2835 + staging) and the relevant mailing
lists. Usually i try to avoid se
On Sat, 2017-02-25 at 14:38 +0100, Stefan Wahren wrote:
> [add Eric]
>
> > Michael Zoran hat am 18. Februar 2017 um
> > 12:59 geschrieben:
> >
> >
> > On Sat, 2017-02-18 at 03:22 -0800, Michael Zoran wrote:
> > > The original github source allowed for the cache-line-size
> > > property
> > > to
[add Eric]
> Michael Zoran hat am 18. Februar 2017 um 12:59
> geschrieben:
>
>
> On Sat, 2017-02-18 at 03:22 -0800, Michael Zoran wrote:
> > The original github source allowed for the cache-line-size property
> > to be missing. Since recent firmwares also require this property,
> > it makes s
Including those headers is unnecessary, so we better remove them.
Signed-off-by: Stefan Wahren
---
.../interface/vchiq_arm/vchiq_2835_arm.c |2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
b/drivers/staging/vc04
There is no need to define PAGE_SIZE in the vchiq driver
so remove the define from vchiq_pagelist.h .
Signed-off-by: Stefan Wahren
---
.../interface/vchiq_arm/vchiq_pagelist.h |3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vch
vchiq_2835_arm.c uses functions and macros like put_page() or
PAGE_ALIGN(). So we better include the necessary header.
Signed-off-by: Stefan Wahren
---
.../interface/vchiq_arm/vchiq_2835_arm.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/vc04_services/interfac
This was reported by checkpatch.pl
Signed-off-by: Alexandru Jercaianu
---
drivers/staging/bcm2835-audio/bcm2835-pcm.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/bcm2835-audio/bcm2835-pcm.c
b/drivers/staging/bcm2835-audio/bcm2835-pcm.c
index 9e79236..76
On Fri, Feb 24, 2017 at 09:49:17PM +, Long Li wrote:
> A PCI_EJECT message can arrive at the same time we are calling
> pci_scan_child_bus in the workqueue for the previous PCI_BUS_RELATIONS
> message or in create_root_hv_pci_bus(), in this case we could potentailly
> modify the bus from mul
29 matches
Mail list logo