summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/key.h
diff options
context:
space:
mode:
authorArushi Singhal2017-02-14 19:09:15 +0100
committerGreg Kroah-Hartman2017-02-16 19:23:09 +0100
commit812930665872e668119412a4bdb0c08f8c373a1f (patch)
tree9e57d5f7fdcaea52b24264dd48ff8de1c45fc5e8 /drivers/staging/vt6656/key.h
parentStaging: bcm2835-audio: fixed a code style issue: (diff)
downloadkernel-qcow2-linux-812930665872e668119412a4bdb0c08f8c373a1f.tar.gz
kernel-qcow2-linux-812930665872e668119412a4bdb0c08f8c373a1f.tar.xz
kernel-qcow2-linux-812930665872e668119412a4bdb0c08f8c373a1f.zip
staging: vt6656: Alignment should match open parenthesis
Fix checkpatch issues: "CHECK: Alignment should match open parenthesis" Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/key.h')
-rw-r--r--drivers/staging/vt6656/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/key.h b/drivers/staging/vt6656/key.h
index 7f7da73f3a5d..906d3454591d 100644
--- a/drivers/staging/vt6656/key.h
+++ b/drivers/staging/vt6656/key.h
@@ -46,6 +46,6 @@
int vnt_key_init_table(struct vnt_private *priv);
int vnt_set_keys(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
- struct ieee80211_vif *vif, struct ieee80211_key_conf *key);
+ struct ieee80211_vif *vif, struct ieee80211_key_conf *key);
#endif /* __KEY_H__ */