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: iomap-folio-5.17-old~3487^2~33 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=108cff579bafb523668ceecf0debb219e4fd4cfa;p=users%2Fwilly%2Flinux.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 02c4479a90c8..4459a32008b7 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);