]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net/hsr: update outdated comments
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Wed, 25 Feb 2026 14:51:59 +0000 (22:51 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Feb 2026 01:24:58 +0000 (17:24 -0800)
commitb99ccb37eda85a9070d1f9f275fc8ca1f4e33024
tree82b38be15f79e1a8afbb487580ac2e154da54d1c
parent11c0663a595801b6e6f7a937adec8532706ef486
net/hsr: update outdated comments

The function hsr_rcv() was renamed hsr_handle_frame() and moved to
net/hsr/hsr_slave.c by commit 81ba6afd6e64 ("net/hsr: Switch from
dev_add_pack() to netdev_rx_handler_register()").

Update all remaining references in the comments accordingly.

Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20260225145159.2953-1-kexinsun@smail.nju.edu.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/hsr/hsr_device.c
net/hsr/hsr_framereg.c
net/hsr/hsr_main.c