mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
staging: fsl-dpaa2/eth: Use named arguments in function definition
Checkpatch complains about unnamed arguments in a function prototype, so fix it. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3f285135bc
commit
2ec34a4393
|
|
@ -277,10 +277,10 @@ struct dpaa2_eth_fq {
|
|||
struct dpaa2_eth_channel *channel;
|
||||
enum dpaa2_eth_fq_type type;
|
||||
|
||||
void (*consume)(struct dpaa2_eth_priv *,
|
||||
struct dpaa2_eth_channel *,
|
||||
const struct dpaa2_fd *,
|
||||
struct napi_struct *,
|
||||
void (*consume)(struct dpaa2_eth_priv *priv,
|
||||
struct dpaa2_eth_channel *ch,
|
||||
const struct dpaa2_fd *fd,
|
||||
struct napi_struct *napi,
|
||||
u16 queue_id);
|
||||
struct dpaa2_eth_fq_stats stats;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user