]> git.ipfire.org Git - thirdparty/linux.git/commit
net: stream: add description for sk_stream_write_space()
authorSuchit Karunakaran <suchitkarunakaran@gmail.com>
Wed, 16 Jul 2025 15:34:04 +0000 (21:04 +0530)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Jul 2025 23:57:21 +0000 (16:57 -0700)
commit8b7ab8eb52b51a7058edf0035e47b281f9fc9a19
tree8ea525e000ac185d287ae74fd82e4b15e90c7b25
parentd61f6cb6f6ef3c70d2ccc0d9c85c508cb8017da9
net: stream: add description for sk_stream_write_space()

Add a proper description for the sk_stream_write_space() function as
previously marked by a FIXME comment.
No functional changes.

Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
Link: https://patch.msgid.link/20250716153404.7385-1-suchitkarunakaran@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/stream.c