Commit 656874d3 authored by Tuomo Rinne's avatar Tuomo Rinne Committed by Greg Kroah-Hartman

staging: vt6655: Copy argument names from function definition to declaration...

staging: vt6655: Copy argument names from function definition to declaration to fix checkpatch warnings

Copied function argument names from definition to delcaration. This
fixes some checkpatch warnings.
Signed-off-by: default avatarTuomo Rinne <tuomo.rinne@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 01f23a1d
...@@ -187,10 +187,10 @@ struct vnt_tx_short_buf_head { ...@@ -187,10 +187,10 @@ struct vnt_tx_short_buf_head {
__le16 time_stamp_off; __le16 time_stamp_off;
} __packed; } __packed;
int vnt_generate_fifo_header(struct vnt_private *, u32, int vnt_generate_fifo_header(struct vnt_private *priv, u32 dma_idx,
struct vnt_tx_desc *head_td, struct sk_buff *); struct vnt_tx_desc *head_td, struct sk_buff *skb);
int vnt_beacon_make(struct vnt_private *, struct ieee80211_vif *); int vnt_beacon_make(struct vnt_private *priv, struct ieee80211_vif *vif);
int vnt_beacon_enable(struct vnt_private *, struct ieee80211_vif *, int vnt_beacon_enable(struct vnt_private *priv, struct ieee80211_vif *vif,
struct ieee80211_bss_conf *); struct ieee80211_bss_conf *conf);
#endif /* __RXTX_H__ */ #endif /* __RXTX_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