Re: [PATCH v3 3/3] usb: typec: maxim_contaminant: Implement check_contaminant callback

From: Greg Kroah-Hartman
Date: Sun Dec 04 2022 - 04:43:13 EST


On Sun, Dec 04, 2022 at 12:48:44AM -0800, Badhri Jagan Sridharan wrote:
> +EXPORT_SYMBOL_GPL(is_contaminant);

Sorry, but this is a horrible name for the kernel global namespace.
Please properly prefix it to show exactly what subsystem this is from.

thanks,

greg k-h