From c44e80bc6a041858c74f18b62f1a1606ea19cc45 Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Thu, 3 Mar 2016 14:28:21 +0900 Subject: [PATCH] staging: wilc1000: remove unnecessary comment codes This patch removes unnecessary comment code in struct sdio_cmd53_t. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_wlan_if.h | 2 -- 1 file changed, 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; -- 2.45.2