Fixed the space and brace coding style error.
ERROR: space required before that '='
ERROR: that open brace { should be on the previous line.
Signed-off-by: Rakhi Sharma
---
drivers/staging/rtl8723au/core/rtw_ieee80211.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/driv
Julian Calaby writes:
> Hi Bhaktipriya,
>
> On Sat, Jan 30, 2016 at 5:00 AM, Jes Sorensen wrote:
>> Bhaktipriya Shridhar writes:
>> If you insist on pushing this rather unncessary change, please do it
>> properly, and remove the blank line before the return statement as well.
>
> As Jes said, yo
Bhaktipriya Shridhar writes:
> This patch fixes checkpatch.pl warning in rtw_mlme_ext.c file.
> WARNING: void function return statements are not generally useful
>
> Signed-off-by: Bhaktipriya Shridhar
> ---
> Changes in v2:
>- Removed the unnecessary blank lines.
> drivers/staging/rtl8723a
Rakhi Sharma writes:
> Fixed the space and brace coding style error.
> ERROR: space required before that '='
> ERROR: that open brace { should be on the previous line.
>
> Signed-off-by: Rakhi Sharma
> ---
> drivers/staging/rtl8723au/core/rtw_ieee80211.c | 4 ++--
> 1 file changed, 2 insertions(
Use list_for_each_entry*() instead of list_for_each*() to simplify
the code. Fix coding style by the way.
Signed-off-by: Geliang Tang
---
drivers/staging/rtl8723au/core/rtw_ap.c | 166 --
drivers/staging/rtl8723au/core/rtw_mlme.c | 38 ++---
drivers/staging
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
staging-linus
head: 88867e3d0b7eea256c1cd432b0a3c7a21e8edf07
commit: 327b882d3bcc1fba82dbd39b5cf5a838c81218e2 [3/4] Staging: speakup: Fix
getting port information
config: mn10300-allyesconfig (attached as .config)
reprod
Geliang Tang writes:
> Use list_for_each_entry*() instead of list_for_each*() to simplify
> the code. Fix coding style by the way.
>
> Signed-off-by: Geliang Tang
> ---
> drivers/staging/rtl8723au/core/rtw_ap.c | 166
> --
> drivers/staging/rtl8723au/core/rtw_mlme.
The following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:
Linux 4.4-rc5 (2015-12-13 17:42:58 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/
tags/staging-4.5-rc2
for you to fetch changes up to 88867e3d0b7ee
Signed-off-by: Ben Marsh
---
drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 17 ++---
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index a3a10f9..f29a75d 100644
--- a/drivers/staging/
On Sun, 2016-01-31 at 09:36 -0500, Jes Sorensen wrote:
> Rakhi Sharma writes:
> > Fixed the space and brace coding style error.
> > ERROR: space required before that '='
> > ERROR: that open brace { should be on the previous line.
> >
> > Signed-off-by: Rakhi Sharma
> > ---
> > drivers/staging/
This patches removes unnecessary debug print logs.
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/wilc_msgqueue.c | 24 ++--
1 file changed, 6 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_msgqueue.c
b/drivers/staging/wilc1000/wilc_msgqueue.
This patches replaces PRINT_ER with netdev_err.
Removes unnecessary debug logs as well.
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 86 ---
1 file changed, 31 insertions(+), 55 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfg
From: Chris Park
This patch remove unused log messages using the CORECONFIG_DBG tag
Signed-off-by: Chris Park
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/coreconfigurator.c | 1 -
drivers/staging/wilc1000/linux_wlan_common.h | 2 --
drivers/staging/wilc1000/wilc_debugfs.c
From: Chris Park
This patch remove unused log message using the HOSTINF_DBG tag
Signed-off-by: Chris Park
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/host_interface.c | 198 +-
drivers/staging/wilc1000/linux_wlan_common.h | 2 -
drivers/staging/wilc1
From: Chris Park
This patch remove unused log message using the TX_DBG tag
Signed-off-by: Chris Park
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/linux_wlan.c| 4
drivers/staging/wilc1000/linux_wlan_common.h | 2 --
drivers/staging/wilc1000/wilc_debugfs.c | 2 +-
driv
This patches replaces PRINT_ER with netdev_err.
Removes unnecessary debug logs as well.
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/linux_mon.c | 38
1 file changed, 12 insertions(+), 26 deletions(-)
diff --git a/drivers/staging/wilc1000/linux_mon.c
This patches replaces PRINT_ER with netdev_err.
Removes unnecessary debug logs as well.
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/wilc_wlan.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan.c
b/drivers/staging/wilc1000/wilc_wlan.c
index 1efd61a.
Wall time obtained from getnstimeofday is susceptible to sudden jumps due to
user setting the time or due to NTP. Monotonic time is constantly increasing
time better suited for comparing two timestamps
Signed-off-by: Abhilash Jindal
---
drivers/staging/fbtft/fbtft-core.c |4 ++--
1 file chan
Wall time obtained from do_gettimeofday is susceptible to sudden jumps due to
user setting the time or due to NTP. Monotonic time is constantly increasing
time better suited for comparing two timestamps.
Signed-off-by: Abhilash Jindal
---
drivers/staging/media/lirc/lirc_parallel.c | 42 ++
clean up checkpatch warning:
WARNING: Block comments use * on subsequent lines
Signed-off-by: Byeoungwook Kim
---
drivers/staging/rtl8192u/r8192U_wx.c | 38 +++-
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c
clean up checkpatch warning:
WARNING: Block comments use * on subsequent lines
Signed-off-by: Byeoungwook Kim
---
drivers/staging/rtl8192u/r8192U_wx.c | 38 +++-
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c
clean up checkpatch warning:
WARNING: Block comments use * on subsequent lines
Signed-off-by: Byeoungwook Kim
---
drivers/staging/rtl8192u/r8192U_wx.c | 38 +++-
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c
Sanity check at binder ioctl function,
Only allow the shared mm_struct to use the same binder-object
to do binder operate.
And add proc->vma_vm_mm = current->mm at the open function.
The libbinder do ioctl before mmap called.
V2: Fix compile error for error commit
V3: Change the condition to proc
On Mon, 1 Feb 2016, Byeoungwook Kim wrote:
> clean up checkpatch warning:
> WARNING: Block comments use * on subsequent lines
>
> Signed-off-by: Byeoungwook Kim
> ---
> drivers/staging/rtl8192u/r8192U_wx.c | 38
> +++-
> 1 file changed, 20 insertions(+), 18 de
The current realtek driver was written like my patch comments. but
Documentation/CodingStyle isn't before.
So I wrote patch like current realtek driver.
How should i do it?
Regards,
Byeoungwook.
2016-02-01 16:01 GMT+09:00 Julia Lawall :
>
>
> On Mon, 1 Feb 2016, Byeoungwook Kim wrote:
>
>> clean
On Mon, 1 Feb 2016, ByeoungWook Kim wrote:
> The current realtek driver was written like my patch comments. but
> Documentation/CodingStyle isn't before.
> So I wrote patch like current realtek driver.
That is probably fine, then. Sorry for the noise. I looked at some other
code in the kerne
Kindly review the patch. Patchv2 had refcount issue which is fixed here.
On Tue, 12 Jan 2016 09:31:46 +0530
Rohit kumar wrote:
> Currently we can only import dma buf fd's to get ion_handle.
> Adding support to import dma buf handles to support kernel
> specific use cases.
>
> An example use cas
27 matches
Mail list logo