On Thu, Sep 5, 2024 at 9:38 PM Willem de Bruijn willemdebruijn.kernel@gmail.com wrote:
Jason Xing wrote:
From: Jason Xing kernelxing@tencent.com
SOF_TIMESTAMPING_RAW_HARDWARE is a report flag which passes the timestamps generated by either SOF_TIMESTAMPING_TX_HARDWARE or SOF_TIMESTAMPING_RX_HARDWARE to the userspace all the time.
So let us revise the doc here.
Suggested-by: Willem de Bruijn willemdebruijn.kernel@gmail.com Signed-off-by: Jason Xing kernelxing@tencent.com
Reviewed-by: Willem de Bruijn willemb@google.com
As an exception to the rule, as a one word fix, can be squashed into the feature patch, I think.
Link: https://lore.kernel.org/all/66d8c21d3042a_163d93294cb@willemb.c.googlers.com...
Please put these at the top of the Suggested-by/Signed-off-by/..-by block. Their more useful to future readers than to current followers of the mailing list.
But I have to ask if it looks a little messy if the first patch will grow much bigger than before with adding some suggested-by tags and links, and a separate paragraph to explain why we touch the doc...
Cooking one patch which saves my much energy is surely easier for me but not for readers probably, I assume.
Thanks, Jason