Skip to content

Commit f2e4e9e

Browse files
Alex ElderPaolo Abeni
authored andcommitted
net: ipa: fix two bogus argument names
In "ipa_endpoint.h", two function declarations have bogus argument names. Fix these. Signed-off-by: Alex Elder <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
1 parent b81565b commit f2e4e9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/net/ipa/ipa_endpoint.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22

33
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
4-
* Copyright (C) 2019-2023 Linaro Ltd.
4+
* Copyright (C) 2019-2024 Linaro Ltd.
55
*/
66
#ifndef _IPA_ENDPOINT_H_
77
#define _IPA_ENDPOINT_H_
@@ -199,9 +199,9 @@ int ipa_endpoint_init(struct ipa *ipa, u32 count,
199199
const struct ipa_gsi_endpoint_data *data);
200200
void ipa_endpoint_exit(struct ipa *ipa);
201201

202-
void ipa_endpoint_trans_complete(struct ipa_endpoint *ipa,
202+
void ipa_endpoint_trans_complete(struct ipa_endpoint *endpoint,
203203
struct gsi_trans *trans);
204-
void ipa_endpoint_trans_release(struct ipa_endpoint *ipa,
204+
void ipa_endpoint_trans_release(struct ipa_endpoint *endpoint,
205205
struct gsi_trans *trans);
206206

207207
#endif /* _IPA_ENDPOINT_H_ */

0 commit comments

Comments
 (0)