Re: [PATCH 11/16] staging: rtl8723au: remove unimplemented function declarations

2015-08-27 Thread Jes Sorensen
Luca Ceresoli writes: > Signed-off-by: Luca Ceresoli > Cc: Greg Kroah-Hartman > Cc: Jes Sorensen > Cc: Larry Finger > --- > drivers/staging/rtl8723au/include/rtw_cmd.h | 2 -- > 1 file changed, 2 deletions(-) Acked-by: Jes Sorensen ___ devel maili

Re: [PATCH] staging: panel: panel.c: Fixed coding style issues

2015-08-27 Thread Willy Tarreau
On Thu, Aug 27, 2015 at 09:02:46PM +0530, nayeem wrote: > From: Nayeemahmed Badebade > > Fixed warnings reported by checkpatch.pl: > - Block comments use a trailing */ on a separate line > - Block comments use * on subsequent lines > > Signed-off-by: Nayeemahmed Badebade Acked-by: Willy Tarr

[PATCH] staging: panel: panel.c: Fixed coding style issues

2015-08-27 Thread nayeem
From: Nayeemahmed Badebade Fixed warnings reported by checkpatch.pl: - Block comments use a trailing */ on a separate line - Block comments use * on subsequent lines Signed-off-by: Nayeemahmed Badebade --- drivers/staging/panel/panel.c | 63 --- 1 file

Re: [PATCH 2/3] staging/rtl8723au: Use %pM format specifier to print mac address

2015-08-27 Thread Jes Sorensen
Alexander Kuleshov writes: > printk() supports %pM format specifier for printing 6-byte MAC/FDDI > addresses in hex notation small buffers, let's use it intead of %x:%x... > > Signed-off-by: Alexander Kuleshov > --- > drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 7 ++- > 1 file changed, 2

[PATCH 3/3] staging/wilc1000: Use %pM format specifier to print mac address

2015-08-27 Thread Alexander Kuleshov
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... Signed-off-by: Alexander Kuleshov --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/linux_mon.c | 2 +- drivers/stagi

[PATCH 2/3] staging/rtl8723au: Use %pM format specifier to print mac address

2015-08-27 Thread Alexander Kuleshov
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... Signed-off-by: Alexander Kuleshov --- drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --gi

[PATCH 1/3] staging/rtl8188eu: Use %pM format specifier to print mac address

2015-08-27 Thread Alexander Kuleshov
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... Signed-off-by: Alexander Kuleshov --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[PATCH 0/3] drivers/staging: Use %pM format specifier to print mac address

2015-08-27 Thread Alexander Kuleshov
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... This patch set provides fixes for the following drivers: * rtl8188eu * rtl8723au * wilc1000 Alexander Kuleshov (3): staging/rtl8188eu: Use %pM form

waiting for your reply soon

2015-08-27 Thread Louis
Remember! It won't sell if nobody knows you have it. You are receiving this email because we wish you to use our target email marketing service. We specialize in providing target email marketing services. We have worked on a number of projects and campaigns, all our packages are tailor made and d

Re: [PATCH 2/2] android, lmk: Reverse the order of setting TIF_MEMDIE and sending SIGKILL.

2015-08-27 Thread Michal Hocko
On Thu 27-08-15 00:34:47, Tetsuo Handa wrote: > Reposting updated version as it turned out that we can call do_send_sig_info() > with task_lock held. ;-) ( http://marc.info/?l=linux-mm&m=144059948628905&w=2 > ) > > Tetsuo Handa wrote: > > Should selected_tasksize be added to rem even when TIF_MEM

[PATCH 2/3] staging: android: ashmem.c: 'No space necessary after' style issue

2015-08-27 Thread Peng Sun
fix two CHECK issues by checkpatch.pl with --strict: No space is necessary after a cast Signed-off-by: Peng Sun --- drivers/staging/android/ashmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c

[PATCH 3/3] staging: android: ashmem.c: 'Alignment' style issue

2015-08-27 Thread Peng Sun
fix two CHECK issues by checkpatch.pl with --strict: Alignment should match open parenthesis Signed-off-by: Peng Sun --- drivers/staging/android/ashmem.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android

[PATCH 1/3] staging: android: ashmem.c: 'spaces preferred around that -' style issue

2015-08-27 Thread Peng Sun
fix a CHECK style issue by checkpatch.pl with --strict: spaces preferred around that '-' Signed-off-by: Peng Sun --- drivers/staging/android/ashmem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c

[PATCH 0/3] staging: android: ashmem.c: fix several coding style issues

2015-08-27 Thread Peng Sun
patches based on linux-next next-20150826 Corrections based on checkpatch.pl with --strict Peng Sun (3): staging: android: ashmem.c: 'spaces preferred around that -' style issue staging: android: ashmem.c: 'No space necessary after' style issue staging: android: ashmem.c: 'Alignment' sty