aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipa/ipa_smp2p.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2021-03-28 12:31:05 -0500
committerDavid S. Miller <davem@davemloft.net>2021-03-28 18:12:03 -0700
commit862d3f2c9bd100198fb1b0f7e7e155541b98e2bf (patch)
treeeb3a99dd823e251af442bf9733f3784aedd42e05 /drivers/net/ipa/ipa_smp2p.h
parentnet: moxa: remove redundant dev_err call in moxart_mac_probe() (diff)
downloadlinux-dev-862d3f2c9bd100198fb1b0f7e7e155541b98e2bf.tar.xz
linux-dev-862d3f2c9bd100198fb1b0f7e7e155541b98e2bf.zip
net: ipa: fix all kernel-doc warnings
Fix all warnings produced when running: scripts/kernel-doc -none drivers/net/ipa/*.[ch] Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipa/ipa_smp2p.h')
-rw-r--r--drivers/net/ipa/ipa_smp2p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipa/ipa_smp2p.h b/drivers/net/ipa/ipa_smp2p.h
index bf0e4063cfd9..20319438a841 100644
--- a/drivers/net/ipa/ipa_smp2p.h
+++ b/drivers/net/ipa/ipa_smp2p.h
@@ -28,7 +28,7 @@ void ipa_smp2p_exit(struct ipa *ipa);
/**
* ipa_smp2p_disable() - Prevent "ipa-setup-ready" interrupt handling
- * @IPA: IPA pointer
+ * @ipa: IPA pointer
*
* Prevent handling of the "setup ready" interrupt from the modem.
* This is used before initiating shutdown of the driver.