KONTAKTIEREN SIE DEN BANKDIREKTOR.

2021-02-14 Thread Sofia Gabriel
Spam detection software, running on the system "smtp3.osuosl.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details.

[PATCH] staging: removed unnecessary debug message to fix coding style warning

2021-02-14 Thread Ashish Vara
From: Ashish Vara removed unnecessary out of memory message to fix coding style warning. Signed-off-by: Ashish Vara --- drivers/staging/gasket/gasket_page_table.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/gasket/gasket_page_table.c

[PATCH 1/1] staging: hikey9xx: hi6421-spmi-pmic.c: removing

2021-02-14 Thread Alaa Emad
drivers/staging/hikey9xx/hi6421-spmi-pmic.c:51: WARNING: please, no space before tabs drivers/staging/hikey9xx/hi6421-spmi-pmic.c:52: WARNING: please, no space before tabs drivers/staging/hikey9xx/hi6421-spmi-pmic.c:53: WARNING: please, no space before tabs

[PATCH] staging: rtl8192e: fix typo in a function name

2021-02-14 Thread William Durand
Other function names use the verb 'query' so this function should probably use it too and that's what this patch is about. I didn't find any other occurrence and the code compiles. Signed-off-by: William Durand --- drivers/staging/rtl8192e/rtllib_tx.c | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH] staging: rtl8192e: fix typo in a comment

2021-02-14 Thread William Durand
This patch fixes a checkpatch warning by deleting a repeated word. Signed-off-by: William Durand --- drivers/staging/rtl8192e/rtllib_softmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c

Re: [PATCH] staging: ks7010: cleanup checkpatch.pl macro error

2021-02-14 Thread Greg Kroah-Hartman
On Sun, Feb 14, 2021 at 04:35:23PM +0530, Shreesh Adiga wrote: > Add parentheses around the macro definitions in ks_hostif.h > to clear the error output by checkpatch.pl > > Signed-off-by: Shreesh Adiga <16567adigashre...@gmail.com> > --- > drivers/staging/ks7010/ks_hostif.h | 24

[staging:staging-testing] BUILD SUCCESS 4eb839aef182fccf8995ee439fc2b48d43e45918

2021-02-14 Thread kernel test robot
allnoconfig x86_64 randconfig-a003-20210214 x86_64 randconfig-a002-20210214 x86_64 randconfig-a001-20210214 x86_64 randconfig-a004-20210214 x86_64 randconfig-a005-20210214 x86_64 randconfig

[PATCH] staging: ks7010: cleanup checkpatch.pl macro error

2021-02-14 Thread Shreesh Adiga
Add parentheses around the macro definitions in ks_hostif.h to clear the error output by checkpatch.pl Signed-off-by: Shreesh Adiga <16567adigashre...@gmail.com> --- drivers/staging/ks7010/ks_hostif.h | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git

[PATCH] staging: rtl8712: cleanup checkpatch.pl warnings

2021-02-14 Thread Shreesh Adiga
Cleanup warnings displayed by checkpatch.pl for the file rtl8171x_mlme.c for the below warning: WARNING: Avoid multiple line dereference Signed-off-by: Shreesh Adiga <16567adigashre...@gmail.com> --- drivers/staging/rtl8712/rtl871x_mlme.c | 112 + 1 file changed, 39

Re: [PATCH] fixed coding style warning

2021-02-14 Thread Greg KH
On Sun, Feb 14, 2021 at 01:48:06AM +0530, Ashish Vara wrote: > removed unnecessary out of memory message > > Signed-off-by: Ashish Vara > --- > drivers/staging/gasket/gasket_page_table.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/staging/gasket/gasket_page_table.c >

Re: [PATCH] staging: android: ashmem: Declared file operation with const keyword

2021-02-14 Thread Greg Kroah-Hartman
On Sat, Feb 13, 2021 at 11:31:36PM -0300, Thais Camacho wrote: > Warning found by checkpatch.pl script > > Signed-off-by: Thais Camacho > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/ashmem.c >