pkt-line.h: move comment closer to the associated code
commitce5f07983d1834a4d22931be3077192001fd0d70
authorMatheus Tavares <matheus.bernardino@usp.br>
Fri, 22 Jul 2022 11:10:05 +0000 (22 08:10 -0300)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Jul 2022 21:06:05 +0000 (22 14:06 -0700)
tree39ec1767ff2dcabb889cf23eefa38d5e23fd9ced
parent359da658ae32d9a7e5e93ac173fc221352b62917
pkt-line.h: move comment closer to the associated code

ec9a37d ("pkt-line.[ch]: remove unused packet_read_line_buf()",
2021-10-14) removed the "src_buffer" and "src_len" parameters from
packet_read(), only leaving them at packet_read_with_status(). Let's
also update the function documentation by moving the comment about these
parameters from the former to the latter.

Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pkt-line.h