Message ID | 20220203014003.2028786-1-festevam@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | building-with-yocto.rst: Remove duplicated word | expand |
Hi Fabio, On 03.02.22 02:40, Fabio Estevam wrote: > The word 'using' appears twice. > > Remove the extra occurrence. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> > --- > doc/source/building-with-yocto.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst > index 2572b20da6c3..bf7ce3a51a8e 100644 > --- a/doc/source/building-with-yocto.rst > +++ b/doc/source/building-with-yocto.rst > @@ -126,7 +126,7 @@ generating the SWU. The class defines new variables, all of them have the prefix > process using CMS mechanism. It is available if SWUPDATE_SIGNING is set to > CMS. > - **SWUPDATE_CMS_CERT** : this is the file with the certificate used in signing > - process using using CMS method. It is available if SWUPDATE_SIGNING is > + process using CMS method. It is available if SWUPDATE_SIGNING is > set to CMS. > > - **SWUPDATE_AES_FILE** : this is the file with the AES password to encrypt artifact. A new `fstype` is Applied to -master, thanks ! Best regards, Stefano Babic
diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst index 2572b20da6c3..bf7ce3a51a8e 100644 --- a/doc/source/building-with-yocto.rst +++ b/doc/source/building-with-yocto.rst @@ -126,7 +126,7 @@ generating the SWU. The class defines new variables, all of them have the prefix process using CMS mechanism. It is available if SWUPDATE_SIGNING is set to CMS. - **SWUPDATE_CMS_CERT** : this is the file with the certificate used in signing - process using using CMS method. It is available if SWUPDATE_SIGNING is + process using CMS method. It is available if SWUPDATE_SIGNING is set to CMS. - **SWUPDATE_AES_FILE** : this is the file with the AES password to encrypt artifact. A new `fstype` is
The word 'using' appears twice. Remove the extra occurrence. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- doc/source/building-with-yocto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)