[GIT PULL] Staging driver fixes for 5.1-rc3

2019-03-30 Thread Greg KH
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.1-rc3 for you to fetch changes up to cc26358f89c3e4

Re: [PATCH v2] staging: rtl8723bs: core: fix line over 80 characters warning

2019-03-30 Thread Anirudh Rayabharam
On Wed, Mar 27, 2019 at 11:49:07PM +0530, Anirudh Rayabharam wrote: > Checkpatch.pl complains that these lines are over 80 characters. Use the > "psecuritypriv" pointer for consistency, remove unnecessary parantheses > and fix the alignment. > > This patch just cleans up a condition, it doesn't af

[PATCH] staging: android: ion: fix err_cast.cocci warnings

2019-03-30 Thread kbuild test robot
alloc for kernel driver use") CC: Zeng Tao Signed-off-by: kbuild test robot --- url: https://github.com/0day-ci/linux/commits/Zeng-Tao/staging-android-ion-refactory-ion_alloc-for-kernel-driver-use/20190330-071409 ion.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

Re: [PATCH] staging: android: ion: refactory ion_alloc for kernel driver use

2019-03-30 Thread kbuild test robot
://github.com/0day-ci/linux/commits/Zeng-Tao/staging-android-ion-refactory-ion_alloc-for-kernel-driver-use/20190330-071409 coccinelle warnings: (new ones prefixed by >>) >> drivers/staging/android/ion/ion.c:427:9-16: WARNING: ERR_CAST can be used >> with buffer Please review and possibly

Re: [PATCH] staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()

2019-03-30 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: 3aa8ec716e52 staging: erofs: add directory operations. The bot has tested the following trees: v5.0.5, v4.19.32. v5.0.5: Build OK! v4.19.32: Failed to apply! Possible dependencies:

Re:Hello

2019-03-30 Thread Mr Wong
Hello this is Mr Wong again from hongkong,Can we send the Swift as discuss best regards. Mr Wong Cheng --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ devel mailing list de...@linuxdriverpro

Re: [GIT PULL] Staging driver fixes for 5.1-rc3

2019-03-30 Thread pr-tracker-bot
The pull request you sent on Sat, 30 Mar 2019 10:04:21 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > tags/staging-5.1-rc3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/32faca66bd3f6aa7ec4212d20c7b2d45657fab10 Thank you! -- Deet-doot-d

[PATCH] Staging: greybus: usb: Fixed a coding style error

2019-03-30 Thread Will Cunningham
Line was >80 characters. Signed-off-by: Will Cunningham --- drivers/staging/greybus/usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/greybus/usb.c b/drivers/staging/greybus/usb.c index 1c246c73a085..5b4cbec88159 100644 --- a/drivers/staging/greybus/us

Re: [greybus-dev] [PATCH] Staging: greybus: usb: Fixed a coding style error

2019-03-30 Thread Alex Elder
On 3/31/19 1:04 AM, Joe Perches wrote: > On Sun, 2019-03-31 at 01:30 -0400, Will Cunningham wrote: >> Line was >80 characters. > [] >> diff --git a/drivers/staging/greybus/usb.c b/drivers/staging/greybus/usb.c > [] >> @@ -169,8 +169,8 @@ static int gb_usb_probe(struct gbphy_device *gbphy_dev, >>

Re: [greybus-dev] [PATCH] Staging: greybus: usb: Fixed a coding style error

2019-03-30 Thread Alex Elder
On 3/31/19 1:40 AM, Joe Perches wrote: > On Sun, 2019-03-31 at 01:20 -0500, Alex Elder wrote: >> On 3/31/19 1:04 AM, Joe Perches wrote: >>> Blind adherence to 80 column limits leads to poor looking >>> code. Especially with longish identifier lengths. >> I agree. If it were me, I'd use a local va