Commit f2e4e9ea authored by Alex Elder's avatar Alex Elder Committed by Paolo Abeni

net: ipa: fix two bogus argument names

In "ipa_endpoint.h", two function declarations have bogus argument
names.  Fix these.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent b81565b7
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
* Copyright (C) 2019-2023 Linaro Ltd. * Copyright (C) 2019-2024 Linaro Ltd.
*/ */
#ifndef _IPA_ENDPOINT_H_ #ifndef _IPA_ENDPOINT_H_
#define _IPA_ENDPOINT_H_ #define _IPA_ENDPOINT_H_
...@@ -199,9 +199,9 @@ int ipa_endpoint_init(struct ipa *ipa, u32 count, ...@@ -199,9 +199,9 @@ int ipa_endpoint_init(struct ipa *ipa, u32 count,
const struct ipa_gsi_endpoint_data *data); const struct ipa_gsi_endpoint_data *data);
void ipa_endpoint_exit(struct ipa *ipa); void ipa_endpoint_exit(struct ipa *ipa);
void ipa_endpoint_trans_complete(struct ipa_endpoint *ipa, void ipa_endpoint_trans_complete(struct ipa_endpoint *endpoint,
struct gsi_trans *trans); struct gsi_trans *trans);
void ipa_endpoint_trans_release(struct ipa_endpoint *ipa, void ipa_endpoint_trans_release(struct ipa_endpoint *endpoint,
struct gsi_trans *trans); struct gsi_trans *trans);
#endif /* _IPA_ENDPOINT_H_ */ #endif /* _IPA_ENDPOINT_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment