linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix new warnings at linux-next
@ 2020-10-09 12:15 Mauro Carvalho Chehab
  2020-10-09 12:15 ` [PATCH 2/2] crypto: sun8x-ce*: update entries to its documentation Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-10-09 12:15 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: devel, devicetree, Jérôme Pouiller,
	Mauro Carvalho Chehab, Greg Kroah-Hartman, Michael Turquette,
	linux-kernel, Maxime Ripard, linux-clk, Stephen Boyd,
	Chen-Yu Tsai, Rob Herring, Corentin Labbe, linux-crypto,
	David S. Miller, linux-arm-kernel, Herbert Xu

There are some file renames at linux-next that are causing some
new documentation warnings. Address them.

Mauro Carvalho Chehab (2):
  MAINTAINERS: fix broken doc refs due to yaml conversion
  crypto: sun8x-ce*: update entries to its documentation

 Documentation/devicetree/bindings/clock/hi6220-clock.txt | 2 +-
 MAINTAINERS                                              | 9 ++++-----
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c        | 2 +-
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c        | 2 +-
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c        | 2 +-
 .../devicetree/bindings/net/wireless/silabs,wfx.yaml     | 2 +-
 6 files changed, 9 insertions(+), 10 deletions(-)

-- 
2.26.2



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/2] crypto: sun8x-ce*: update entries to its documentation
  2020-10-09 12:15 [PATCH 0/2] Fix new warnings at linux-next Mauro Carvalho Chehab
@ 2020-10-09 12:15 ` Mauro Carvalho Chehab
  2020-10-09 18:39   ` Corentin Labbe
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-10-09 12:15 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Herbert Xu, Mauro Carvalho Chehab, linux-kernel, Maxime Ripard,
	Chen-Yu Tsai, Corentin Labbe, linux-crypto, David S. Miller,
	linux-arm-kernel

The README file was converted to ReST format. Update the
references for it accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c | 2 +-
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c | 2 +-
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
index fa2f1b4fad7b..a94bf28f858a 100644
--- a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
+++ b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
@@ -7,7 +7,7 @@
  *
  * This file add support for MD5 and SHA1/SHA224/SHA256/SHA384/SHA512.
  *
- * You could find the datasheet in Documentation/arm/sunxi/README
+ * You could find the datasheet in Documentation/arm/sunxi.rst
  */
 #include <linux/dma-mapping.h>
 #include <linux/pm_runtime.h>
diff --git a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
index 78503006949c..cfde9ee4356b 100644
--- a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
+++ b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
@@ -7,7 +7,7 @@
  *
  * This file handle the PRNG
  *
- * You could find a link for the datasheet in Documentation/arm/sunxi/README
+ * You could find a link for the datasheet in Documentation/arm/sunxi.rst
  */
 #include "sun8i-ce.h"
 #include <linux/dma-mapping.h>
diff --git a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
index 654328160d19..5b7af4498bd5 100644
--- a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
+++ b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
@@ -7,7 +7,7 @@
  *
  * This file handle the TRNG
  *
- * You could find a link for the datasheet in Documentation/arm/sunxi/README
+ * You could find a link for the datasheet in Documentation/arm/sunxi.rst
  */
 #include "sun8i-ce.h"
 #include <linux/dma-mapping.h>
-- 
2.26.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] crypto: sun8x-ce*: update entries to its documentation
  2020-10-09 12:15 ` [PATCH 2/2] crypto: sun8x-ce*: update entries to its documentation Mauro Carvalho Chehab
@ 2020-10-09 18:39   ` Corentin Labbe
  0 siblings, 0 replies; 3+ messages in thread
From: Corentin Labbe @ 2020-10-09 18:39 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Herbert Xu, Jonathan Corbet, Linux Doc Mailing List, linux-kernel,
	Maxime Ripard, Chen-Yu Tsai, linux-crypto, David S. Miller,
	linux-arm-kernel

On Fri, Oct 09, 2020 at 02:15:31PM +0200, Mauro Carvalho Chehab wrote:
> The README file was converted to ReST format. Update the
> references for it accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c | 2 +-
>  drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c | 2 +-
>  drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
> index fa2f1b4fad7b..a94bf28f858a 100644
> --- a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
> +++ b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
> @@ -7,7 +7,7 @@
>   *
>   * This file add support for MD5 and SHA1/SHA224/SHA256/SHA384/SHA512.
>   *
> - * You could find the datasheet in Documentation/arm/sunxi/README
> + * You could find the datasheet in Documentation/arm/sunxi.rst
>   */
>  #include <linux/dma-mapping.h>
>  #include <linux/pm_runtime.h>
> diff --git a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
> index 78503006949c..cfde9ee4356b 100644
> --- a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
> +++ b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
> @@ -7,7 +7,7 @@
>   *
>   * This file handle the PRNG
>   *
> - * You could find a link for the datasheet in Documentation/arm/sunxi/README
> + * You could find a link for the datasheet in Documentation/arm/sunxi.rst
>   */
>  #include "sun8i-ce.h"
>  #include <linux/dma-mapping.h>
> diff --git a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
> index 654328160d19..5b7af4498bd5 100644
> --- a/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
> +++ b/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
> @@ -7,7 +7,7 @@
>   *
>   * This file handle the TRNG
>   *
> - * You could find a link for the datasheet in Documentation/arm/sunxi/README
> + * You could find a link for the datasheet in Documentation/arm/sunxi.rst
>   */
>  #include "sun8i-ce.h"
>  #include <linux/dma-mapping.h>
> -- 
> 2.26.2
> 

Hello

Acked-by: Corentin Labbe <clabbe.montjoie@gmail.com>

Thanks

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-09 18:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-09 12:15 [PATCH 0/2] Fix new warnings at linux-next Mauro Carvalho Chehab
2020-10-09 12:15 ` [PATCH 2/2] crypto: sun8x-ce*: update entries to its documentation Mauro Carvalho Chehab
2020-10-09 18:39   ` Corentin Labbe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).