anolis: net/hookers: modify hooker_uninstall comment

ANBZ: #1736

hooker_uninstall has no 'place' parameter.

Signed-off-by: Gou Hao <gouhao@uniontech.com>
Link: https://gitee.com/anolis/cloud-kernel/pulls/571
Acked-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
This commit is contained in:
Gou Hao 2022-07-27 13:30:05 +08:00 committed by Xunlei Pang
parent 15a79ed993
commit 6c36f1d031
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ extern int hooker_install(const void *place, struct hooker *hooker);
* This function may sleep.
*
* Parameters:
* place - the address that saves function pointer
* hooker - the installed hooker struct
*/