mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 18:36:00 +00:00
net: brocade: bna: Fix wrong function name in comments
Fixes the following W=1 kernel build warning(s): drivers/net/ethernet/brocade/bna/bfa_cee.c:91: warning: expecting prototype for bfa_cee_get_attr_isr(). Prototype was for bfa_cee_get_stats_isr() instead Cc: Rasesh Mody <rmody@marvell.com> Cc: Sudarsana Kalluru <skalluru@marvell.com> Cc: GR-Linux-NIC-Dev@marvell.com Signed-off-by: Yang Shen <shenyang39@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
76d8504917
commit
5a02bf4fef
@ -82,7 +82,7 @@ bfa_cee_get_attr_isr(struct bfa_cee *cee, enum bfa_status status)
|
||||
}
|
||||
|
||||
/**
|
||||
* bfa_cee_get_attr_isr - CEE ISR for get-stats responses from f/w
|
||||
* bfa_cee_get_stats_isr - CEE ISR for get-stats responses from f/w
|
||||
*
|
||||
* @cee: Pointer to the CEE module
|
||||
* @status: Return status from the f/w
|
||||
|
Loading…
x
Reference in New Issue
Block a user