From: Randy Dunlap Date: Sun, 26 Jul 2020 00:34:25 +0000 (-0700) Subject: mips: octeon: cvmx-l2c.h: delete duplicated word X-Git-Tag: v5.10.7~1938^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=108cff579bafb523668ceecf0debb219e4fd4cfa;p=platform%2Fkernel%2Flinux-rpi.git mips: octeon: cvmx-l2c.h: delete duplicated word Delete the repeated word "Returns". Signed-off-by: Randy Dunlap Cc: Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/octeon/cvmx-l2c.h b/arch/mips/include/asm/octeon/cvmx-l2c.h index 02c4479..4459a32 100644 --- a/arch/mips/include/asm/octeon/cvmx-l2c.h +++ b/arch/mips/include/asm/octeon/cvmx-l2c.h @@ -327,7 +327,7 @@ void cvmx_l2c_flush(void); /** * - * Returns Returns the size of the L2 cache in bytes, + * Returns the size of the L2 cache in bytes, * -1 on error (unrecognized model) */ int cvmx_l2c_get_cache_size_bytes(void);