Re: [PATCH v5 5/6] nvme-tcp: Support KeyUpdate

From: Chuck Lever

Date: Wed Nov 12 2025 - 09:32:05 EST


On 11/12/25 1:59 AM, Christoph Hellwig wrote:
> On Wed, Nov 12, 2025 at 02:27:19PM +1000, alistair23@xxxxxxxxx wrote:
>>
>> ret = sock_recvmsg(queue->sock, &msg, msg.msg_flags);
>> if (ret < 0) {
>> + /* If MSG_CTRUNC is set, it's a control message,
>> + * so let's read the control message.
>> + */
> This is not the normal kernel comment style, which would be:
>
> /*
> * If MSG_CTRUNC is set, it's a control message, so
> * let's read the control message.
> + */

But it is correct style for net/ .


--
Chuck Lever