[RFC PATCH] staging: exfat: remove symlink feature.

2020-02-18 Thread Tetsuhiro Kohada
Remove symlink feature completely. Becouse -Uses reserved areas(defined in the Microsoft exfat specification), causing future incompatibilities. -Not described in Microsoft exfat specifications or SD standards. -For REMOVABLE media, causes incompatibility with other implementations. -Not supporte

Re: [PATCH] staging: bcm2835-camera: call function instead of macro

2020-02-18 Thread Dan Carpenter
On Wed, Feb 19, 2020 at 12:47:47AM +0530, Kaaira Gupta wrote: > On Tue, Feb 18, 2020 at 09:37:11PM +0300, Dan Carpenter wrote: > > On Tue, Feb 18, 2020 at 09:37:28PM +0530, Kaaira Gupta wrote: > > > Fix checkpatch.pl warning of 'macro argument reuse' in bcm2835-camera.h > > > by removing the macro

[PATCH] staging: bcm2835-camera: call function instead of macro

2020-02-18 Thread Kaaira Gupta
On Tue, Feb 18, 2020 at 09:37:11PM +0300, Dan Carpenter wrote: > On Tue, Feb 18, 2020 at 09:37:28PM +0530, Kaaira Gupta wrote: > > Fix checkpatch.pl warning of 'macro argument reuse' in bcm2835-camera.h > > by removing the macro and calling the function, written in macro in > > bcm2835-camera.h, di

Cursos Bonificables (Febrero 2020)

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

Re: [PATCH] staging: bcm2835-camera: call function instead of macro

2020-02-18 Thread Dan Carpenter
On Tue, Feb 18, 2020 at 09:37:28PM +0530, Kaaira Gupta wrote: > Fix checkpatch.pl warning of 'macro argument reuse' in bcm2835-camera.h > by removing the macro and calling the function, written in macro in > bcm2835-camera.h, directly in bcm2835-camera.c > > Signed-off-by: Kaaira Gupta > --- > .

[PATCH] staging: bcm2835-camera: call function instead of macro

2020-02-18 Thread Kaaira Gupta
Fix checkpatch.pl warning of 'macro argument reuse' in bcm2835-camera.h by removing the macro and calling the function, written in macro in bcm2835-camera.h, directly in bcm2835-camera.c Signed-off-by: Kaaira Gupta --- .../bcm2835-camera/bcm2835-camera.c | 28 +++ .../b

[driver-core:driver-core-testing] BUILD SUCCESS 99c73ce158a44a1a11cb146062bc32df0c1d95db

2020-02-18 Thread kbuild test robot
allnoconfig parisc allyesconfig pariscgeneric-32bit_defconfig pariscgeneric-64bit_defconfig x86_64 randconfig-a001-20200218 x86_64 randconfig-a002-20200218 x86_64 randconfig-a003-20200218 i386

Re: [PATCH] Staging: comedi: drivers: fixed errors warning coding style issue

2020-02-18 Thread Dan Carpenter
On Sun, Feb 16, 2020 at 01:45:18PM +0530, sunnypranay wrote: > Fixed a coding style issue. What issue is that? > > Signed-off-by: sunnypranay This doesn't seem like a Formal Name that you would use to sign legal documents. > --- > drivers/staging/comedi/drivers.c | 18 +++--- > 1