diff options
author | Chaehyun Lim <chaehyun.lim@gmail.com> | 2016-03-03 14:28:21 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-03 17:52:13 -0800 |
commit | c44e80bc6a041858c74f18b62f1a1606ea19cc45 (patch) | |
tree | e08029e60621691d2da056f14cc98133394862bd | |
parent | a91632fac9adaf24ee861c9a568a70b5bdafaeda (diff) | |
download | linux-c44e80bc6a041858c74f18b62f1a1606ea19cc45.tar.bz2 |
staging: wilc1000: remove unnecessary comment codes
This patch removes unnecessary comment code in struct sdio_cmd53_t.
Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/wilc1000/wilc_wlan_if.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h index 99aaec782090..dcde9efda828 100644 --- a/drivers/staging/wilc1000/wilc_wlan_if.h +++ b/drivers/staging/wilc1000/wilc_wlan_if.h @@ -59,14 +59,12 @@ struct sdio_cmd52 { }; typedef struct { - /* struct { */ u32 read_write: 1; u32 function: 3; u32 block_mode: 1; u32 increment: 1; u32 address: 17; u32 count: 9; - /* } bit; */ u8 *buffer; u32 block_size; } sdio_cmd53_t; |