* [PATCH] staging: wilc1000: Remove commented variable declerations
@ 2015-06-03 9:56 Sharma, Abhishek (A.)
2015-06-03 10:06 ` Sharma, Abhishek (A.)
2015-06-03 11:23 ` Sudip Mukherjee
0 siblings, 2 replies; 4+ messages in thread
From: Sharma, Abhishek (A.) @ 2015-06-03 9:56 UTC (permalink / raw)
To: Johnny Kim, Rachel Kim, Dean Lee, Chris Park, Greg Kroah-Hartman,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Removing the commented static variable declerations.
Signed-off-by: Abhishek Sharma <asharm14@visteon.com>
---
drivers/staging/wilc1000/wilc_wlan.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index e63788f..e1d9755 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -29,10 +29,6 @@ int sdio_xfer_cnt(void);
uint32_t wilc_get_chipid(uint8_t update);
WILC_Uint16 Set_machw_change_vir_if(WILC_Bool bValue);
-/* static uint32_t vmm_table[WILC_VMM_TBL_SIZE]; */
-/* static uint32_t vmm_table_rbk[WILC_VMM_TBL_SIZE]; */
-
-/* static uint32_t vmm_table_rbk[WILC_VMM_TBL_SIZE]; */
typedef struct {
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [PATCH] staging: wilc1000: Remove commented variable declerations
2015-06-03 9:56 [PATCH] staging: wilc1000: Remove commented variable declerations Sharma, Abhishek (A.)
@ 2015-06-03 10:06 ` Sharma, Abhishek (A.)
2015-06-03 11:23 ` Sudip Mukherjee
1 sibling, 0 replies; 4+ messages in thread
From: Sharma, Abhishek (A.) @ 2015-06-03 10:06 UTC (permalink / raw)
To: Johnny Kim, Rachel Kim, Dean Lee, Chris Park, Greg Kroah-Hartman,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Please discard this patch . I will send V2 of it .
-----Original Message-----
From: Sharma, Abhishek (A.)
Sent: Wednesday, June 03, 2015 3:26 PM
To: Johnny Kim; Rachel Kim; Dean Lee; Chris Park; Greg Kroah-Hartman; linux-wireless@vger.kernel.org; devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org
Subject: [PATCH] staging: wilc1000: Remove commented variable declerations
Removing the commented static variable declerations.
Signed-off-by: Abhishek Sharma <asharm14@visteon.com>
---
drivers/staging/wilc1000/wilc_wlan.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index e63788f..e1d9755 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -29,10 +29,6 @@ int sdio_xfer_cnt(void); uint32_t wilc_get_chipid(uint8_t update);
WILC_Uint16 Set_machw_change_vir_if(WILC_Bool bValue);
-/* static uint32_t vmm_table[WILC_VMM_TBL_SIZE]; */
-/* static uint32_t vmm_table_rbk[WILC_VMM_TBL_SIZE]; */
-
-/* static uint32_t vmm_table_rbk[WILC_VMM_TBL_SIZE]; */
typedef struct {
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] staging: wilc1000: Remove commented variable declerations
2015-06-03 9:56 [PATCH] staging: wilc1000: Remove commented variable declerations Sharma, Abhishek (A.)
2015-06-03 10:06 ` Sharma, Abhishek (A.)
@ 2015-06-03 11:23 ` Sudip Mukherjee
2015-06-03 11:35 ` Sharma, Abhishek (A.)
1 sibling, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2015-06-03 11:23 UTC (permalink / raw)
To: Sharma, Abhishek (A.)
Cc: Johnny Kim, Rachel Kim, Dean Lee, Chris Park, Greg Kroah-Hartman,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
On Wed, Jun 03, 2015 at 09:56:11AM +0000, Sharma, Abhishek (A.) wrote:
> Removing the commented static variable declerations.
>
> Signed-off-by: Abhishek Sharma <asharm14@visteon.com>
Your email header From: name is not matching with Signed-off-by: name.
If you cannot fix your email client then please send v2 with an
additional From: line.
regards
sudip
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] staging: wilc1000: Remove commented variable declerations
2015-06-03 11:23 ` Sudip Mukherjee
@ 2015-06-03 11:35 ` Sharma, Abhishek (A.)
0 siblings, 0 replies; 4+ messages in thread
From: Sharma, Abhishek (A.) @ 2015-06-03 11:35 UTC (permalink / raw)
To: Sudip Mukherjee
Cc: Johnny Kim, Rachel Kim, Dean Lee, Chris Park, Greg Kroah-Hartman,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Sudip, I have already submitted the patch V2 with additional From: line.
Regards
Abhishek
-----Original Message-----
From: Sudip Mukherjee [mailto:sudipm.mukherjee@gmail.com]
Sent: Wednesday, June 03, 2015 4:53 PM
To: Sharma, Abhishek (A.)
Cc: Johnny Kim; Rachel Kim; Dean Lee; Chris Park; Greg Kroah-Hartman; linux-wireless@vger.kernel.org; devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: wilc1000: Remove commented variable declerations
On Wed, Jun 03, 2015 at 09:56:11AM +0000, Sharma, Abhishek (A.) wrote:
> Removing the commented static variable declerations.
>
> Signed-off-by: Abhishek Sharma <asharm14@visteon.com>
Your email header From: name is not matching with Signed-off-by: name.
If you cannot fix your email client then please send v2 with an additional From: line.
regards
sudip
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-03 11:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 9:56 [PATCH] staging: wilc1000: Remove commented variable declerations Sharma, Abhishek (A.)
2015-06-03 10:06 ` Sharma, Abhishek (A.)
2015-06-03 11:23 ` Sudip Mukherjee
2015-06-03 11:35 ` Sharma, Abhishek (A.)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).