mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: qlge: qlge.h: Function definition arguments should have names.
Issue found with checkpatch.pl Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com> Link: https://lore.kernel.org/r/2d788cffeec2dad9ce9562c15a69d8b63ed0b21f.1594642213.git.usuraj35@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ff98ca159b
commit
d923bb6bf5
@ -2057,8 +2057,8 @@ enum {
|
||||
};
|
||||
|
||||
struct nic_operations {
|
||||
int (*get_flash)(struct ql_adapter *);
|
||||
int (*port_initialize)(struct ql_adapter *);
|
||||
int (*get_flash)(struct ql_adapter *qdev);
|
||||
int (*port_initialize)(struct ql_adapter *qdev);
|
||||
};
|
||||
|
||||
/*
|
||||
@ -2275,7 +2275,7 @@ int ql_mb_set_port_cfg(struct ql_adapter *qdev);
|
||||
int ql_wait_fifo_empty(struct ql_adapter *qdev);
|
||||
void ql_get_dump(struct ql_adapter *qdev, void *buff);
|
||||
netdev_tx_t ql_lb_send(struct sk_buff *skb, struct net_device *ndev);
|
||||
void ql_check_lb_frame(struct ql_adapter *, struct sk_buff *);
|
||||
void ql_check_lb_frame(struct ql_adapter *qdev, struct sk_buff *skb);
|
||||
int ql_own_firmware(struct ql_adapter *qdev);
|
||||
int ql_clean_lb_rx_ring(struct rx_ring *rx_ring, int budget);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user