提交 f6b43c2e 编写于 作者: S Sven Dziadek 提交者: Greg Kroah-Hartman

Staging: wlan-ng: hfa384x: wrap long line

This fixes the coding style issue "line over 80 characters"
found by checkpatch.pl
Signed-off-by: NSven Dziadek <sven.dziadek@gmx.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a8f4f33a
...@@ -1413,7 +1413,8 @@ int hfa384x_drvr_start(hfa384x_t *hw); ...@@ -1413,7 +1413,8 @@ int hfa384x_drvr_start(hfa384x_t *hw);
int hfa384x_drvr_stop(hfa384x_t *hw); int hfa384x_drvr_stop(hfa384x_t *hw);
int int
hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb, hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb,
union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep); union p80211_hdr *p80211_hdr,
struct p80211_metawep *p80211_wep);
void hfa384x_tx_timeout(wlandevice_t *wlandev); void hfa384x_tx_timeout(wlandevice_t *wlandev);
int hfa384x_cmd_initialize(hfa384x_t *hw); int hfa384x_cmd_initialize(hfa384x_t *hw);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册