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

2020-03-18 Thread Joe Perches
On Wed, 2020-03-18 at 21:12 +, 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. Please always try to improve the code for humans to read over correct

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

2020-03-18 Thread Joe Perches
On Wed, 2020-03-18 at 14:31 -0300, Camylla Cantanheide wrote: > Dear Dan Carpenter and Joe Perches, > > Thank you very much for the suggestions, I found the evaluation of both > very significant. Now, I have another perspective on variables. > > I solved the problem for the *setKey *function, how

[driver-core:driver-core-testing] BUILD SUCCESS 8ba88804bb3b877c841bc1864a8605111580cd0b

2020-03-18 Thread kbuild test robot
fuloong2e_defconfig mips malta_kvm_defconfig pariscallnoconfig parisc allyesconfig pariscgeneric-32bit_defconfig pariscgeneric-64bit_defconfig x86_64 randconfig-a001-20200318 x86_64

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

2020-03-18 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

Consulta Marzo 2020

2020-03-18 Thread info14
Buenos días Os informamos que se encuentra abierto el plazo de inscripción para la presente Convocatoria de Cursos Bonificables E- Learning para empleados (Marzo 2020) Todos los cursos son totalmente Bonificables con cargo al Crédito de Formación 2020 que disponen las empresas. Deseáis que

Consulta

2020-03-18 Thread info11
Consulta ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[staging:staging-testing] BUILD SUCCESS 281d90e24f1378967531d715decf6b81ecba664e

2020-03-18 Thread kbuild test robot
generic-32bit_defconfig pariscgeneric-64bit_defconfig x86_64 randconfig-a001-20200318 x86_64 randconfig-a002-20200318 x86_64 randconfig-a003-20200318 i386 randconfig-a001-20200318 i386 randconfig-a002-202

[staging:staging-linus] BUILD SUCCESS 14800df6a020d38847fec77ac5a43dc221e5edfc

2020-03-18 Thread kbuild test robot
onfig mips malta_kvm_defconfig pariscallnoconfig parisc allyesconfig pariscgeneric-32bit_defconfig pariscgeneric-64bit_defconfig x86_64 randconfig-a001-20200318 x86_64 randconfig-a00

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

2020-03-18 Thread Oscar Carter
Use ARRAY_SIZE to replace the hardcoded size so we will never have a mismatch. Signed-off-by: Oscar Carter --- Changelog v1 -> v2 - Use ARRAY_SIZE(priv->cck_pwr_tbl) everywhere instead of introducing a new variable to hold its value. drivers/staging/vt6656/main_usb.c | 7 --- 1 file chang

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

2020-03-18 Thread Oscar Carter
On Tue, Mar 17, 2020 at 01:45:06PM +0300, Dan Carpenter wrote: > 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 |

[PATCH] staging: mt7621-pci: fix io space and properly set resource limits

2020-03-18 Thread Sergio Paracuellos
Function 'mt7621_pci_parse_request_of_pci_ranges' is using 'of_pci_range_to_resource' to get both mem and io resources. Internally this function calls to 'pci_address_to_pio' which returns -1 if io space address is an address > IO_SPACE_LIMIT which is 0x for mips. This mt7621 soc has io space i