Commit c7e33709 authored by Randy Dunlap's avatar Randy Dunlap Committed by Thomas Bogendoerfer

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@vger.kernel.org
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 37cbd2b3
...@@ -1345,7 +1345,7 @@ static inline void cvmx_pow_tag_sw_wait(void) ...@@ -1345,7 +1345,7 @@ static inline void cvmx_pow_tag_sw_wait(void)
* @wait: When set, call stalls until work becomes avaiable, or times out. * @wait: When set, call stalls until work becomes avaiable, or times out.
* If not set, returns immediately. * If not set, returns immediately.
* *
* Returns Returns the WQE pointer from POW. Returns NULL if no work * Returns: the WQE pointer from POW. Returns NULL if no work
* was available. * was available.
*/ */
static inline struct cvmx_wqe *cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_t static inline struct cvmx_wqe *cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_t
...@@ -1379,7 +1379,7 @@ static inline struct cvmx_wqe *cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_ ...@@ -1379,7 +1379,7 @@ static inline struct cvmx_wqe *cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_
* @wait: When set, call stalls until work becomes avaiable, or times out. * @wait: When set, call stalls until work becomes avaiable, or times out.
* If not set, returns immediately. * If not set, returns immediately.
* *
* Returns Returns the WQE pointer from POW. Returns NULL if no work * Returns: the WQE pointer from POW. Returns NULL if no work
* was available. * was available.
*/ */
static inline struct cvmx_wqe *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) static inline struct cvmx_wqe *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait)
...@@ -1398,7 +1398,7 @@ static inline struct cvmx_wqe *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) ...@@ -1398,7 +1398,7 @@ static inline struct cvmx_wqe *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait)
* This function waits for any previous tag switch to complete before * This function waits for any previous tag switch to complete before
* requesting the null_rd. * requesting the null_rd.
* *
* Returns Returns the POW state of type cvmx_pow_tag_type_t. * Returns: the POW state of type cvmx_pow_tag_type_t.
*/ */
static inline enum cvmx_pow_tag_type cvmx_pow_work_request_null_rd(void) static inline enum cvmx_pow_tag_type cvmx_pow_work_request_null_rd(void)
{ {
...@@ -1482,7 +1482,7 @@ static inline void cvmx_pow_work_request_async(int scr_addr, ...@@ -1482,7 +1482,7 @@ static inline void cvmx_pow_work_request_async(int scr_addr,
* @scr_addr: Scratch memory address to get result from Byte address, * @scr_addr: Scratch memory address to get result from Byte address,
* must be 8 byte aligned. * must be 8 byte aligned.
* *
* Returns Returns the WQE from the scratch register, or NULL if no * Returns: the WQE from the scratch register, or NULL if no
* work was available. * work was available.
*/ */
static inline struct cvmx_wqe *cvmx_pow_work_response_async(int scr_addr) static inline struct cvmx_wqe *cvmx_pow_work_response_async(int scr_addr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment