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

Configure Feed

Select the types of activity you want to include in your feed.

mips: octeon: cvmx-pow.h: fix duplicated words

Delete the repeated words "Returns" and convert to kernel-doc
notation by adding a ':'.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@vger.kernel.org
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Randy Dunlap and committed by
Thomas Bogendoerfer
c7e33709 37cbd2b3

+4 -4
+4 -4
arch/mips/include/asm/octeon/cvmx-pow.h
··· 1345 1345 * @wait: When set, call stalls until work becomes avaiable, or times out. 1346 1346 * If not set, returns immediately. 1347 1347 * 1348 - * Returns Returns the WQE pointer from POW. Returns NULL if no work 1348 + * Returns: the WQE pointer from POW. Returns NULL if no work 1349 1349 * was available. 1350 1350 */ 1351 1351 static inline struct cvmx_wqe *cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_t ··· 1379 1379 * @wait: When set, call stalls until work becomes avaiable, or times out. 1380 1380 * If not set, returns immediately. 1381 1381 * 1382 - * Returns Returns the WQE pointer from POW. Returns NULL if no work 1382 + * Returns: the WQE pointer from POW. Returns NULL if no work 1383 1383 * was available. 1384 1384 */ 1385 1385 static inline struct cvmx_wqe *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) ··· 1398 1398 * This function waits for any previous tag switch to complete before 1399 1399 * requesting the null_rd. 1400 1400 * 1401 - * Returns Returns the POW state of type cvmx_pow_tag_type_t. 1401 + * Returns: the POW state of type cvmx_pow_tag_type_t. 1402 1402 */ 1403 1403 static inline enum cvmx_pow_tag_type cvmx_pow_work_request_null_rd(void) 1404 1404 { ··· 1482 1482 * @scr_addr: Scratch memory address to get result from Byte address, 1483 1483 * must be 8 byte aligned. 1484 1484 * 1485 - * Returns Returns the WQE from the scratch register, or NULL if no 1485 + * Returns: the WQE from the scratch register, or NULL if no 1486 1486 * work was available. 1487 1487 */ 1488 1488 static inline struct cvmx_wqe *cvmx_pow_work_response_async(int scr_addr)