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>
This commit is contained in:
Jason Wang 2022-08-11 19:52:59 +08:00 committed by David S. Miller
parent 95bb633048
commit 9221b2898a

View File

@ -48,7 +48,7 @@ struct ipa;
* *
* The offset of registers related to resource types is computed by a macro * 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, * 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 * source endpoint resources or the ipa_resource_type_dst enumerated type
* for destination endpoint resources. * for destination endpoint resources.
* *