]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: wilc1000: remove unnecessary comment codes
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 3 Mar 2016 05:28:21 +0000 (14:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Mar 2016 01:52:13 +0000 (17:52 -0800)
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>
drivers/staging/wilc1000/wilc_wlan_if.h

index 99aaec782090c72932d42d73f0ba9a6c7642b5b1..dcde9efda8281019ba165e04aaf08ce8e1ae805c 100644 (file)
@@ -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;