diff options
| author | Dewei Meng <mengdewei@cqsoftware.com.cn> | 2026-04-21 10:58:08 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-04-21 16:02:45 +0100 |
| commit | 922f8c28811f266fe5fc52a6d2852871e40ce098 (patch) | |
| tree | 556e9966e90913070d8ad7b37e18d59adaeef8be /include/linux | |
| parent | ce76a36223b853dcb6e76da6f1c4f745c3f3f7ba (diff) | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 7587b1c5d7ecb..82682dd9961da 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -1019,7 +1019,7 @@ struct spi_res { * this value may have changed compared to what was requested, depending * on the available snapshotting resolution (DMA transfer, * @ptp_sts_supported is false, etc). - * @ptp_sts_word_post: See @ptp_sts_word_post. The two can be equal (meaning + * @ptp_sts_word_post: See @ptp_sts_word_pre. The two can be equal (meaning * that a single byte should be snapshotted). * If the core takes care of the timestamp (if @ptp_sts_supported is false * for this controller), it will set @ptp_sts_word_pre to 0, and |
