aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-11 19:52:59 +0800
committerDavid S. Miller <davem@davemloft.net>2022-08-12 11:28:14 +0100
commit9221b2898a5877f7e15442ccee7a4e59c6f03f0d (patch)
tree17f00bb93b9de35be59ae046ad41b1f9c90d2a30
parent95bb633048fab742230eb2cdf20b8e2676240a54 (diff)
downloadnet-9221b2898a5877f7e15442ccee7a4e59c6f03f0d.tar.gz
net: ipa: Fix comment typo
The double `is' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ipa/ipa_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipa/ipa_reg.h b/drivers/net/ipa/ipa_reg.h
index a5b355384d4ae3..6f35438cda890e 100644
--- a/drivers/net/ipa/ipa_reg.h
+++ b/drivers/net/ipa/ipa_reg.h
@@ -48,7 +48,7 @@ struct ipa;
*
* The offset of registers related to resource types is computed by a macro
* that is supplied a parameter "rt". The "rt" represents a resource type,
- * which is is a member of the ipa_resource_type_src enumerated type for
+ * which is a member of the ipa_resource_type_src enumerated type for
* source endpoint resources or the ipa_resource_type_dst enumerated type
* for destination endpoint resources.
*