Skip to content

Commit 922f8c2

Browse files
Dewei Mengbroonie
authored andcommitted
spi: Fix the error description in the ptp_sts_word_post comment
Based on the comment information, the description within the `ptp_sts_word_post` section should be changed to "See @ptp_sts_word_pre". Signed-off-by: Dewei Meng <mengdewei@cqsoftware.com.cn> Link: https://patch.msgid.link/20260421025808.6572-1-mengdewei@cqsoftware.com.cn Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ce76a36 commit 922f8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/spi/spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ struct spi_res {
10191019
* this value may have changed compared to what was requested, depending
10201020
* on the available snapshotting resolution (DMA transfer,
10211021
* @ptp_sts_supported is false, etc).
1022-
* @ptp_sts_word_post: See @ptp_sts_word_post. The two can be equal (meaning
1022+
* @ptp_sts_word_post: See @ptp_sts_word_pre. The two can be equal (meaning
10231023
* that a single byte should be snapshotted).
10241024
* If the core takes care of the timestamp (if @ptp_sts_supported is false
10251025
* for this controller), it will set @ptp_sts_word_pre to 0, and

0 commit comments

Comments
 (0)