Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: sun8x-ce*: update entries to its documentation

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

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/e3122e9575769bcf74bc2bdef08755209cb51971.1603791716.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
e930c39e e86c6569

+3 -3
+1 -1
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
··· 7 7 * 8 8 * This file add support for MD5 and SHA1/SHA224/SHA256/SHA384/SHA512. 9 9 * 10 - * You could find the datasheet in Documentation/arm/sunxi/README 10 + * You could find the datasheet in Documentation/arm/sunxi.rst 11 11 */ 12 12 #include <linux/dma-mapping.h> 13 13 #include <linux/pm_runtime.h>
+1 -1
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
··· 7 7 * 8 8 * This file handle the PRNG 9 9 * 10 - * You could find a link for the datasheet in Documentation/arm/sunxi/README 10 + * You could find a link for the datasheet in Documentation/arm/sunxi.rst 11 11 */ 12 12 #include "sun8i-ce.h" 13 13 #include <linux/dma-mapping.h>
+1 -1
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
··· 7 7 * 8 8 * This file handle the TRNG 9 9 * 10 - * You could find a link for the datasheet in Documentation/arm/sunxi/README 10 + * You could find a link for the datasheet in Documentation/arm/sunxi.rst 11 11 */ 12 12 #include "sun8i-ce.h" 13 13 #include <linux/dma-mapping.h>