Commit 5e38e15e authored by Scott Matheina's avatar Scott Matheina Committed by Greg Kroah-Hartman
Browse files

staging:vt6656:key.c Aligned code with open parenthesis



Fixed Alignment should match open parenthesis checkpatch CHECK

Signed-off-by: default avatarScott Matheina <scott@matheina.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b33050d0
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ int vnt_key_init_table(struct vnt_private *priv)
}

static int vnt_set_keymode(struct ieee80211_hw *hw, u8 *mac_addr,
	struct ieee80211_key_conf *key, u32 key_type, u32 mode,
	bool onfly_latch)
			   struct ieee80211_key_conf *key, u32 key_type,
			   u32 mode, bool onfly_latch)
{
	struct vnt_private *priv = hw->priv;
	u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};