Re: [greybus-dev] [PATCH v2] staging: greybus: loopback_test: fix comment style issues

2017-07-03 Thread Viresh Kumar
+ Greg On 03-07-17, 23:27, Aleksey Rybalkin wrote: > According to checkpatch warning, block comments should align the * on > each line. Also, preferred style for multi-line comments is starting the > comment text after the second *. > > Signed-off-by: Aleksey Rybalkin > --- > drivers/staging/gr

[PATCH 2/6] Staging: rtl8712 : os_intfs.c: use octal permission representation

2017-07-03 Thread Jaya Durga
Fix checkpatch.pl Warning: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred. Consider using octal permissions '0644'. Signed-off-by: Jaya Durga --- drivers/staging/rtl8712/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/os_intfs.c

[PATCH] staging: fbtft: Fix type mismatch found with sparse

2017-07-03 Thread Thomas Gardner
The warning below is resolved by changing the LHS cast to __be64. fbtft/fbtft-io.c:74:29: warning: incorrect type in assignment (different base types) fbtft/fbtft-io.c:74:29:expected unsigned long long [unsigned] [long] [long long] [usertype] fbtft/fbtft-io.c:74:29:got restricted __be64

[PATCH] staging: comedi: Use offset_in_page macro

2017-07-03 Thread Amitoj Kaur Chawla
Use offset_in_page macro instead of (var & ~PAGE_MASK) The Coccinelle semantic patch used to make this change is as follows: // @@ unsigned long p; @@ - p & ~PAGE_MASK + offset_in_page(p) // Signed-off-by: Amitoj Kaur Chawla --- drivers/staging/comedi/comedi_buf.c | 2 +- 1 file changed, 1 in

[PATCH v2] staging: greybus: loopback_test: fix comment style issues

2017-07-03 Thread Aleksey Rybalkin
According to checkpatch warning, block comments should align the * on each line. Also, preferred style for multi-line comments is starting the comment text after the second *. Signed-off-by: Aleksey Rybalkin --- drivers/staging/greybus/tools/loopback_test.c | 13 +++-- 1 file changed, 7

Reply

2017-07-03 Thread Sgt Swanson Dennis
Dear Sir/Madam, I am Sgt Swanson Dennis, I have a good business proposal for you. There are no risks involved and it is easy. Please reply for briefs and procedures. Best regards, Sgt Swanson Dennis ___ devel mailing list de...@linuxdriverproject.org h

[GIT PULL] Staging/IIO driver patches for 4.13-rc1

2017-07-03 Thread Greg KH
The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19 22:19:37 +0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.13-rc1 for you to fetch changes up to 9b326dfce12

[PATCH 4.11 68/84] x86/mshyperv: Remove excess #includes from mshyperv.h

2017-07-03 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 26fcd952d5c977a94ac64bb44ed409e37607b2c9 upstream. A recent commit included linux/slab.h in linux/irq.h. This breaks the build of vdso32 on a 64-bit kernel. The reason

[PATCH] rtl8723bs: fix build when DEBUG_RTL871X is defined

2017-07-03 Thread Stefan Assmann
Defining DEBUG_RTL871X in rtw_debug.h causes the following compile error: CC [M] drivers/staging/rtl8723bs/core/rtw_mlme.o In file included from drivers/staging/rtl8723bs/core/rtw_mlme.c:18:0: drivers/staging/rtl8723bs/core/rtw_mlme.c: In function ‘rtw_restruct_sec_ie’: drivers/staging/rtl8723bs

Re: [PATCH 00/10] Fix alignment issues in staging/ccree

2017-07-03 Thread Simon Sandström
On Mon, Jul 03, 2017 at 10:19:31AM +0300, Gilad Ben-Yossef wrote: > but for the few cases where its a complex expression that can be > broken down like this one: > > WARNING: line over 80 characters > #93: FILE: drivers/staging/ccree/ssi_buffer_mgr.c:437: > + (AES_BLOCK_SIZE + areq_ctx->ccm_hd

[PATCH v3] staging: sm750fb: fixed a assignment typo

2017-07-03 Thread Lynn Lei
fixed a typo issue in get_mxclk_freq() function. the original code using PLL_CTRL_M_SHIFT for shifting to set N flag. which is not right, it should be PLL_CTRL_N_SHIFT. both PLL_CTRL_M_SHIFT and PLL_CTRL_N_SHIFT defined in drivers/staging/sm750fb/ddk750_reg.h Signed-off-by: Lynn Lei --- v3: i

CHANGE OF ACCUNT....

2017-07-03 Thread test
. Dear Beneficiary...? This is to notify you of new order on the release of your fund. Prior to this proceeding anomaly, we have been mandated by President of Federal Republic of Nigeria to make sure all our debtors received their long awaiting fund within the next five working days from t

Re: [PATCH 03/37] binder: Use wake up hint for synchronous transactions.

2017-07-03 Thread Greg KH
On Thu, Jun 29, 2017 at 12:01:37PM -0700, Todd Kjos wrote: > From: Riley Andrews > > Use wake_up_interruptible_sync() to hint to the scheduler binder > transactions are synchronous wakeups. Disable preemption while waking > to avoid ping-ponging on the binder lock. > > Signed-off-by: Todd Kjos

Re: [PATCH 02/37] binder: use group leader instead of open thread

2017-07-03 Thread Greg KH
On Thu, Jun 29, 2017 at 12:01:36PM -0700, Todd Kjos wrote: > The binder allocator assumes that the thread that > called binder_open will never die for the lifetime of > that proc. That thread is normally the group_leader, > however it may not be. Use the group_leader instead > of current. > > Sign

Re: [PATCH 01/37] Revert "android: binder: Sanity check at binder ioctl"

2017-07-03 Thread Greg KH
On Thu, Jun 29, 2017 at 12:01:35PM -0700, Todd Kjos wrote: > This reverts commit a906d6931f3ccaf7de805643190765ddd7378e27. > I need a reason why this is to be reverted here :) thanks, greg k-h ___ devel mailing list de...@linuxdriverproject.org http:/

Re: [PATCH] Staging : rtl8188eu: Fix Camel Case warning

2017-07-03 Thread Greg KH
On Sat, Jul 01, 2017 at 04:11:33PM +0530, saloni1996 wrote: > Remove Camel Case warning found using checkpatch.pl > --- > drivers/staging/rtl8188eu/core/rtw_ap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c > b/drivers/staging/r

Reply

2017-07-03 Thread Sgt Swanson Dennis
Dear Sir/Madam, I am Sgt Swanson Dennis, I have a good business proposal for you. There are no risks involved and it is easy. Please reply for briefs and procedures. Best regards, Sgt Swanson Dennis ___ devel mailing list de...@linuxdriverproject.org h

Re: [greybus-dev] [PATCH] staging: greybus: loopback_test: fix comment style issue

2017-07-03 Thread Johan Hovold
On Fri, Jun 30, 2017 at 09:43:44PM +0500, Aleksey Rybalkin wrote: > According to checkpatch warning, block comments should align the * on > each line. How about "fixing" the other multi-line comment ("Cancel any running..."), which isn't on the normal kernel format either while at it? /*

Re: [PATCH 00/10] Fix alignment issues in staging/ccree

2017-07-03 Thread Gilad Ben-Yossef
Hi, On Sun, Jul 2, 2017 at 2:25 AM, Simon Sandström wrote: > Fixes a total of 195 alignment issues in staging/ccree reported by > checkpatch.pl. Adds a few "line over 80 characters" warnings as a > result of the realignments, but I could try to get rid of them in the > same patchset if needed. F