FOESCO Informa

2020-09-20 Thread FOESCO
Buenos días


Soy Alex Pons, director de FOESCO (Formación Estatal Continua).

Llegadas estas fechas y como cada año, recordamos a todas las empresas 
Españolas su derecho a consumir el Crédito de Formación del que disponen para 
la formación de sus empleados, antes de su caducidad a final de año.


Actualmente se encuentra abierto el plazo de inscripción para la Convocatoria 
SEPTIEMBRE 2020 de Cursos Bonificables con cargo al Crédito de Formación 2020.


Deseáis que os mandemos la información?


Quedamos a la espera de vuestra respuesta.


Saludos cordiales.


Alex Pons
Director FOESCO.

FOESCO Formación Estatal Continua.
Entidad Organizadora: B200592AA
www.foesco.com
e-mail: cur...@foesco.net
Tel: 910 323 794
(Horario de 9h a 15h y de 17h a 20h de Lunes a Viernes)

FOESCO ofrece formación a empresas y trabajadores en activo a través de cursos 
bonificados por la Fundación Estatal para la Formación en el Empleo (antiguo 
FORCEM) que gestiona las acciones formativas de FORMACIÓN CONTINUA para 
trabajadores y se rige por la ley 30/2015 de 9 de Septiembre.

Antes de imprimir este e-mail piense bien si es necesario hacerlo. Before 
printing this e-mail please think twice if you really need it. FOESCO Tfno: 910 
382 880 Email: cur...@foesco.com. La información transmitida en este mensaje 
está dirigida solamente a las personas o entidades que figuran en el 
encabezamiento y contiene información confidencial, por lo que, si usted lo 
recibiera por error, por favor destrúyalo sin copiarlo, usarlo ni distribuirlo, 
comunicándolo inmediatamente al emisor del mensaje. De conformidad con lo 
dispuesto en el Reglamento Europeo del 2016/679, del 27 de Abril de 2016, 
FOESCO le informa que los datos por usted suministrados serán tratados con las 
medidas de seguridad conformes a la normativa vigente que se requiere. Dichos 
datos serán empleados con fines de gestión. Para el ejercicio de sus derechos 
de transparencia, información, acceso, rectificación, supresión o derecho al 
olvido, limitación del tratamiento , portabilidad de datos y oposición de sus 
datos de carácter personal deberá dirigirse a la dirección del Responsable del 
tratamiento a C/ LAGUNA DEL MARQUESADO Nº10, 28021, MADRID, "PULSANDO AQUI" 
 y "ENVIAR" o a traves de la 
dirección de correo electrónico: ba...@foesco.com 

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] drivers:staging:comedi:comedi.h: Fixed typos in comments

2020-09-20 Thread James Browning
Removed repeated words "the" and "in"

Signed-off-by: James Browning 
---
 drivers/staging/comedi/comedi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 09a940066c0e..b5d00a006dbb 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -680,7 +680,7 @@ struct comedi_rangeinfo {
  * value of 1 volt.
  *
  * The only defined flag value is %RF_EXTERNAL (%0x100), indicating that the
- * the range needs to be multiplied by an external reference.
+ * range needs to be multiplied by an external reference.
  */
 struct comedi_krange {
int min;
@@ -970,7 +970,7 @@ enum i8254_mode {
  *   major reasons exist why this caused major confusion for users:
  *   1) The register values are _NOT_ in user documentation, but rather in
  * arcane locations, such as a few register programming manuals that are
- * increasingly hard to find and the NI MHDDK (comments in in example 
code).
+ * increasingly hard to find and the NI MHDDK (comments in example code).
  * There is no one place to find the various valid values of the registers.
  *   2) The register values are _NOT_ completely consistent.  There is no way 
to
  * gain any sense of intuition of which values, or even enums one should 
use
-- 
2.25.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH 2/2] drivers:staging:comedi:comedi.h Fixed typo in comment

2020-09-20 Thread Greg Kroah-Hartman
On Sun, Sep 20, 2020 at 09:14:49PM -0700, James Browning wrote:
> Removed repeated word "in"
> 
> Signed-off-by: James Browning 
> ---
>  drivers/staging/comedi/comedi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You sent two different patches that did different things, yet had the
same exact subject line, which isn't ok.

Why not just merge them into the same patch?

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 2/2] drivers:staging:comedi:comedi.h Fixed typo in comment

2020-09-20 Thread James Browning
Removed repeated word "in"

Signed-off-by: James Browning 
---
 drivers/staging/comedi/comedi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 3bc74bea830d..b5d00a006dbb 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -970,7 +970,7 @@ enum i8254_mode {
  *   major reasons exist why this caused major confusion for users:
  *   1) The register values are _NOT_ in user documentation, but rather in
  * arcane locations, such as a few register programming manuals that are
- * increasingly hard to find and the NI MHDDK (comments in in example 
code).
+ * increasingly hard to find and the NI MHDDK (comments in example code).
  * There is no one place to find the various valid values of the registers.
  *   2) The register values are _NOT_ completely consistent.  There is no way 
to
  * gain any sense of intuition of which values, or even enums one should 
use
-- 
2.25.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 1/2] drivers:staging:comedi:comedi.h Fixed typo in comment

2020-09-20 Thread James Browning
Removed repeated "the".

Signed-off-by: James Browning 
---
 drivers/staging/comedi/comedi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 09a940066c0e..3bc74bea830d 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -680,7 +680,7 @@ struct comedi_rangeinfo {
  * value of 1 volt.
  *
  * The only defined flag value is %RF_EXTERNAL (%0x100), indicating that the
- * the range needs to be multiplied by an external reference.
+ * range needs to be multiplied by an external reference.
  */
 struct comedi_krange {
int min;
-- 
2.25.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[staging:staging-next] BUILD SUCCESS 93b61540dfa56b2385ec188a29615e062cd571be

2020-09-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
 staging-next
branch HEAD: 93b61540dfa56b2385ec188a29615e062cd571be  Revert "staging: 
rtl8192e: fix kconfig dependency warning for RTLLIB_CRYPTO_WEP"

elapsed time: 720m

configs tested: 127
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm   corgi_defconfig
arm  pcm027_defconfig
powerpc  bamboo_defconfig
c6x  alldefconfig
arc  axs103_defconfig
sh  sdk7780_defconfig
mips   rs90_defconfig
sparc64 defconfig
arm  lpd270_defconfig
arm orion5x_defconfig
mips   sb1250_swarm_defconfig
xtensa virt_defconfig
m68k alldefconfig
sh kfr2r09-romimage_defconfig
shsh7757lcr_defconfig
powerpc akebono_defconfig
powerpc  chrp32_defconfig
arm  pxa3xx_defconfig
riscvalldefconfig
armmvebu_v5_defconfig
arm am200epdkit_defconfig
arm   sama5_defconfig
riscvnommu_virt_defconfig
powerpc   currituck_defconfig
mips   ip32_defconfig
powerpc tqm8540_defconfig
arm   aspeed_g4_defconfig
sh  urquell_defconfig
arm mxs_defconfig
powerpcmpc7448_hpc2_defconfig
ia64  gensparse_defconfig
mipsnlm_xlp_defconfig
mips   gcw0_defconfig
powerpcsocrates_defconfig
powerpc ep8248e_defconfig
h8300   defconfig
powerpcklondike_defconfig
arcvdk_hs38_smp_defconfig
shshmin_defconfig
c6xevmc6474_defconfig
arm nhk8815_defconfig
m68k  atari_defconfig
sh  sdk7786_defconfig
arm palmz72_defconfig
mips  ath79_defconfig
mips   ip28_defconfig
shecovec24-romimage_defconfig
sh ecovec24_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a005-20200920
x86_64   randconfig-a003-20200920
x86_64   randconfig-a004-20200920
x86_64   randconfig-a002-20200920
x86_64   randconfig-a006-20200920
x86_64   randconfig-a001-20200920
i386 randconfig-a002-20200920
i386 randconfig-a006-20200920
i386 randconfig-a003-20200920
i386 randconfig-a004-20200920
i386 randconfig-a005-20200920
i386 randconfig-a001-20200920
i386 randconfig-a002-20200921
i386 randconfig-a006-20200921
i386 

[staging:ion_removal] BUILD SUCCESS 44da7f5d432a87fa9fec549d298b410fc7915a35

2020-09-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
 ion_removal
branch HEAD: 44da7f5d432a87fa9fec549d298b410fc7915a35  staging: ion: remove 
from the tree

elapsed time: 720m

configs tested: 148
configs skipped: 2

The following configs have been built successfully.
More configs may be tested in the coming days.

gcc tested configs:
arm defconfig
arm64allyesconfig
arm64   defconfig
arm  allyesconfig
arm  allmodconfig
arm   corgi_defconfig
arm  pcm027_defconfig
powerpc  bamboo_defconfig
c6x  alldefconfig
arc  axs103_defconfig
sh  sdk7780_defconfig
mips   rs90_defconfig
sparc64 defconfig
arm  lpd270_defconfig
arm orion5x_defconfig
mips   sb1250_swarm_defconfig
xtensa virt_defconfig
m68k alldefconfig
sh kfr2r09-romimage_defconfig
shsh7757lcr_defconfig
powerpc akebono_defconfig
powerpc  chrp32_defconfig
arm  pxa3xx_defconfig
riscvalldefconfig
armmvebu_v5_defconfig
arm am200epdkit_defconfig
arm   sama5_defconfig
riscvnommu_virt_defconfig
powerpc   currituck_defconfig
mips   ip32_defconfig
powerpc tqm8540_defconfig
h8300 edosk2674_defconfig
powerpc mpc832x_rdb_defconfig
powerpc  arches_defconfig
powerpc pseries_defconfig
powerpc  acadia_defconfig
xtensa  cadence_csp_defconfig
arm   aspeed_g4_defconfig
sh  urquell_defconfig
arm mxs_defconfig
powerpcmpc7448_hpc2_defconfig
ia64  gensparse_defconfig
mipsnlm_xlp_defconfig
mips   gcw0_defconfig
powerpcsocrates_defconfig
powerpc ep8248e_defconfig
h8300   defconfig
mips cu1830-neo_defconfig
c6xevmc6678_defconfig
powerpc  iss476-smp_defconfig
powerpcklondike_defconfig
arcvdk_hs38_smp_defconfig
shshmin_defconfig
c6xevmc6474_defconfig
arm nhk8815_defconfig
m68k  atari_defconfig
sh  sdk7786_defconfig
arm palmz72_defconfig
mips  ath79_defconfig
mips   ip28_defconfig
shecovec24-romimage_defconfig
sh ecovec24_defconfig
ia64 allmodconfig
ia64defconfig
ia64 allyesconfig
m68k allmodconfig
m68kdefconfig
m68k allyesconfig
nios2   defconfig
arc  allyesconfig
nds32 allnoconfig
c6x  allyesconfig
nds32   defconfig
nios2allyesconfig
cskydefconfig
alpha   defconfig
alphaallyesconfig
xtensa   allyesconfig
h8300allyesconfig
arc defconfig
sh   allmodconfig
parisc  defconfig
s390 allyesconfig
parisc   allyesconfig
s390defconfig
i386 allyesconfig
sparcallyesconfig
sparc   defconfig
i386defconfig
mips allyesconfig
mips allmodconfig
powerpc  allyesconfig
powerpc  allmodconfig
powerpc   allnoconfig
x86_64   randconfig-a005-20200920
x86_64   randconfig-a003-20200920
x86_64   randconfig-a004-20200920
x86_64   randconfig-a002-20200920
x86_64   randconfig-a006-20200920
x86_64   randconfig-a001-20200920
i386 randconfig

[SPAM] Low-Cost Loans for SMEs & Investment Funding.

2020-09-20 Thread Nicholas Toms
Dear sir/ma
 
My name is Nicholas Toms, an investment portfolio manager with ACLL . We offer 
the right loan Investment funding with low 
interest to finance your business or project ranging from US$1M to US$2BIllion.
 
Kindly contact me for more details as I am open to questions.
 
 
Sincerely,
Nicholas Toms
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel