PCI: epf-mhi: Add "pci_epf_mhi_" prefix to the function names
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Fri, 1 Dec 2023 12:06:14 +0000 (17:36 +0530)
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Fri, 16 Feb 2024 10:48:13 +0000 (16:18 +0530)
commit2e00fd5487c796db8b8324e80bc5fe8a02c15a15
tree3dac29beddbe318ed793531b859f61398c4b0e95
parent976dc5ff3018552dcfe58018a0cfdf6376318117
PCI: epf-mhi: Add "pci_epf_mhi_" prefix to the function names

Without the prefix, the function name would appear as
"/sys/kernel/config/functions/{sdx55/sm8450}". This will be a problem if
multiple functions are supported for this endpoint device.

So let's add the "pci_epf_mhi_" prefix to identify _this_ function
uniquely. Even though it is an ABI breakage, this driver is not used
anywhere outside Qcom and myself to my knowledge. So it safe to change
the function name.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Mrinmay Sarkar <quic_msarkar@quicinc.com>
Link: https://lore.kernel.org/r/1701432377-16899-4-git-send-email-quic_msarkar@quicinc.com
drivers/pci/endpoint/functions/pci-epf-mhi.c