I'm trying to export a function so that it can be used from an other linux module, the exported function is successfully detected by the second module and can be called, but it looks like I'm using data with the passed parameters.I'm trying to export a function so that it can