提交 e4c3f3ab 编写于 作者: K Keerthi Reddy 提交者: Greg Kroah-Hartman

staging: wilc1000: No space is necessary after a cast

A space after type casting is not needed. All the other typecasts
in this file don't put space after typecast. so remove space
after typecast at this line.

checked with checkpatch.pl script
Signed-off-by: NKeerthi Reddy <keerthigd4990@gmail.com>
Acked-by: NJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b6e2b3e1
...@@ -1617,7 +1617,7 @@ static int mgmt_tx(struct wiphy *wiphy, ...@@ -1617,7 +1617,7 @@ static int mgmt_tx(struct wiphy *wiphy,
*cookie = (unsigned long)buf; *cookie = (unsigned long)buf;
priv->u64tx_cookie = *cookie; priv->u64tx_cookie = *cookie;
mgmt = (const struct ieee80211_mgmt *) buf; mgmt = (const struct ieee80211_mgmt *)buf;
if (ieee80211_is_mgmt(mgmt->frame_control)) { if (ieee80211_is_mgmt(mgmt->frame_control)) {
mgmt_tx = kmalloc(sizeof(struct p2p_mgmt_data), GFP_KERNEL); mgmt_tx = kmalloc(sizeof(struct p2p_mgmt_data), GFP_KERNEL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册