fpga: clarify that unregister functions also free
The following functions also free the struct. Add that fact to the function documentation. - fpga_mgr_free - fpga_bridge_free - fpga_region_free Signed-off-by: Alan Tull <atull@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
fcc803956a
commit
fdff4053d5
@@ -633,7 +633,7 @@ error_device:
|
||||
EXPORT_SYMBOL_GPL(fpga_mgr_register);
|
||||
|
||||
/**
|
||||
* fpga_mgr_unregister - unregister a FPGA manager
|
||||
* fpga_mgr_unregister - unregister and free a FPGA manager
|
||||
* @mgr: fpga manager struct
|
||||
*/
|
||||
void fpga_mgr_unregister(struct fpga_manager *mgr)
|
||||
|
Reference in New Issue
Block a user