diff options
author | Andres More <more.andres@gmail.com> | 2010-05-01 19:12:26 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:36:01 -0700 |
commit | e7b07d1d8936e06f88dbe227401ce659c2f9dee5 (patch) | |
tree | a9d06771e6365804ba60a2d71a5fdcc5c008e019 /drivers/staging/vt6656/hostap.h | |
parent | 8611a29ab967bc197494db19d31994d1b5a26fdc (diff) |
Staging: vt6656: code cleanup, fixed comments style at the end of headers
Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/hostap.h')
-rw-r--r-- | drivers/staging/vt6656/hostap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/vt6656/hostap.h b/drivers/staging/vt6656/hostap.h index 9e366dca7a63..b660aee1ca0e 100644 --- a/drivers/staging/vt6656/hostap.h +++ b/drivers/staging/vt6656/hostap.h @@ -64,7 +64,4 @@ int vt6656_hostap_set_hostapd(PSDevice pDevice, int val, int rtnl_locked); int vt6656_hostap_ioctl(PSDevice pDevice, struct iw_point *p); -#endif // __HOSTAP_H__ - - - +#endif /* __HOSTAP_H__ */ |