Re: [kbuild-all] Re: [staging:staging-testing 222/222] drivers/ide/ide-gd.c:362:10: sparse: warning: Initializer entry defined twice

2020-03-17 Thread Greg Kroah-Hartman
On Wed, Mar 18, 2020 at 02:42:31PM +0800, Philip Li wrote: > On Wed, Mar 18, 2020 at 07:17:40AM +0100, Greg Kroah-Hartman wrote: > > On Wed, Mar 18, 2020 at 02:12:43PM +0800, Philip Li wrote: > > > On Wed, Mar 18, 2020 at 07:08:31AM +0100, Greg Kroah-Hartman wrote: > > > > On Wed, Mar 18, 2020 at 0

Re: [kbuild-all] Re: [staging:staging-testing 222/222] drivers/ide/ide-gd.c:362:10: sparse: warning: Initializer entry defined twice

2020-03-17 Thread Philip Li
On Wed, Mar 18, 2020 at 07:17:40AM +0100, Greg Kroah-Hartman wrote: > On Wed, Mar 18, 2020 at 02:12:43PM +0800, Philip Li wrote: > > On Wed, Mar 18, 2020 at 07:08:31AM +0100, Greg Kroah-Hartman wrote: > > > On Wed, Mar 18, 2020 at 07:24:29AM +0800, kbuild test robot wrote: > > > > tree: > > > >

Re: [kbuild-all] Re: [staging:staging-testing 222/222] drivers/ide/ide-gd.c:362:10: sparse: warning: Initializer entry defined twice

2020-03-17 Thread Greg Kroah-Hartman
On Wed, Mar 18, 2020 at 02:12:43PM +0800, Philip Li wrote: > On Wed, Mar 18, 2020 at 07:08:31AM +0100, Greg Kroah-Hartman wrote: > > On Wed, Mar 18, 2020 at 07:24:29AM +0800, kbuild test robot wrote: > > > tree: > > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > > > stag

Re: [kbuild-all] Re: [staging:staging-testing 222/222] drivers/ide/ide-gd.c:362:10: sparse: warning: Initializer entry defined twice

2020-03-17 Thread Philip Li
On Wed, Mar 18, 2020 at 07:08:31AM +0100, Greg Kroah-Hartman wrote: > On Wed, Mar 18, 2020 at 07:24:29AM +0800, kbuild test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > > staging-testing > > head: ba839b32d6f76a68919ed838e9375c47ca05a91a > > commi

Re: [staging:staging-testing 222/222] drivers/ide/ide-gd.c:362:10: sparse: warning: Initializer entry defined twice

2020-03-17 Thread Greg Kroah-Hartman
On Wed, Mar 18, 2020 at 07:24:29AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > staging-testing > head: ba839b32d6f76a68919ed838e9375c47ca05a91a > commit: ba839b32d6f76a68919ed838e9375c47ca05a91a [222/222] staging: media: > hantr

[staging:staging-testing 222/222] drivers/mtd/nand/raw/nand_legacy.c:42:17: sparse: warning: cast from restricted __le16

2020-03-17 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: ba839b32d6f76a68919ed838e9375c47ca05a91a commit: ba839b32d6f76a68919ed838e9375c47ca05a91a [222/222] staging: media: hantro: remove parentheses reproduce: # apt-get install sparse # s

[staging:staging-testing 222/222] drivers/ide/ide-gd.c:362:10: sparse: warning: Initializer entry defined twice

2020-03-17 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: ba839b32d6f76a68919ed838e9375c47ca05a91a commit: ba839b32d6f76a68919ed838e9375c47ca05a91a [222/222] staging: media: hantro: remove parentheses reproduce: # apt-get install sparse # s

[staging:staging-testing] BUILD SUCCESS ba839b32d6f76a68919ed838e9375c47ca05a91a

2020-03-17 Thread kbuild test robot
allnoconfig mips allyesconfig pariscallnoconfig parisc allyesconfig pariscgeneric-32bit_defconfig pariscgeneric-64bit_defconfig x86_64 randconfig-a001-20200317 x86_64

[staging:staging-linus] BUILD SUCCESS bb5786b9286c253557a0115bc8d21879e61b7b94

2020-03-17 Thread kbuild test robot
malta_kvm_defconfig pariscallnoconfig parisc allyesconfig pariscgeneric-32bit_defconfig pariscgeneric-64bit_defconfig x86_64 randconfig-a001-20200317 x86_64 randconfig-a002-20200317 x86_64

Re: [PATCH 2/2] staging: rtl8192u: Corrects 'Avoid CamelCase' for variables

2020-03-17 Thread Joe Perches
On Tue, 2020-03-17 at 16:43 +0300, Dan Carpenter wrote: > On Tue, Mar 17, 2020 at 08:51:30AM +, Camylla Goncalves Cantanheide wrote: > > The variables of function setKey triggered a 'Avoid CamelCase' > > warning from checkpatch.pl. This patch renames these > > variables to correct this warning.

[RFC PATCH 5/7] pwm: replace polarity enum with macros

2020-03-17 Thread Oleksandr Suvorov
To avoid duplication of pwm polarity definitions, remove "enum pwm_polarity" and use macros instead. Prepare to use both polarity flags in DTs. Signed-off-by: Oleksandr Suvorov --- drivers/pwm/core.c | 2 +- drivers/pwm/pwm-atmel-tcb.c | 8 drivers/pwm/pwm-b

[driver-core:debugfs_cleanup] BUILD SUCCESS b1f4a8dbf4d3cfb02f765fd9645ff2ccdbb98006

2020-03-17 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_cleanup branch HEAD: b1f4a8dbf4d3cfb02f765fd9645ff2ccdbb98006 debugfs: remove return value of debugfs_create_file_size() elapsed time: 11432m configs tested: 117 configs skipped: 0 The following conf

Re: [PATCH 2/2] staging: rtl8192u: Corrects 'Avoid CamelCase' for variables

2020-03-17 Thread Dan Carpenter
On Tue, Mar 17, 2020 at 08:51:30AM +, Camylla Goncalves Cantanheide wrote: > The variables of function setKey triggered a 'Avoid CamelCase' > warning from checkpatch.pl. This patch renames these > variables to correct this warning. > > Signed-off-by: Camylla Goncalves Cantanheide > --- > dri

REF

2020-03-17 Thread Stephen Li
Greetings, I was searching through a local business directory when I found your profile. I am Soliciting On-Behalf of my private client who is interested in having a serious business investment in your country. If you have a valid business, investment or project he can invest back to me for more

REF

2020-03-17 Thread Stephen Li
Greetings, I was searching through a local business directory when I found your profile. I am Soliciting On-Behalf of my private client who is interested in having a serious business investment in your country. If you have a valid business, investment or project he can invest back to me for more

Re: [PATCH] staging: vt6656: Use ARRAY_SIZE instead of hardcoded size

2020-03-17 Thread Dan Carpenter
On Sat, Mar 14, 2020 at 05:47:54PM +0100, Oscar Carter wrote: > Use ARRAY_SIZE to replace the hardcoded size so we will never have a > mismatch. > > Signed-off-by: Oscar Carter > --- > drivers/staging/vt6656/main_usb.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --g

[PATCH 2/2] staging: rtl8192u: Corrects 'Avoid CamelCase' for variables

2020-03-17 Thread Camylla Goncalves Cantanheide
The variables of function setKey triggered a 'Avoid CamelCase' warning from checkpatch.pl. This patch renames these variables to correct this warning. Signed-off-by: Camylla Goncalves Cantanheide --- drivers/staging/rtl8192u/r8192U_core.c | 52 +- 1 file changed, 26 inser

[PATCH 1/2] staging: rtl8192u: Using function name as string

2020-03-17 Thread Camylla Goncalves Cantanheide
Solves the following checkpatch.pl for a triggered function: WARNING: Prefer using '"%s...", __func__' to using 'setKey', this function's name, in a string Signed-off-by: Camylla Goncalves Cantanheide --- drivers/staging/rtl8192u/r8192U_core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 delet

[PATCH] staging: rtl8192u: Replaces symbolic permissions with octal permissions

2020-03-17 Thread Camylla Goncalves Cantanheide
Solves following checkpatch.pl issue: WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. Signed-off-by: Camylla Goncalves Cantanheide --- drivers/staging/rtl8192u/r8192U_core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --