[PATCH] Staging: vt6655: remove redundant comments from baseband.h

2014-07-24 Thread Igor Bezukh
Removed redundant comments in baseband.h header file. Signed-off-by: Igor Bezukh igb...@gmail.com --- drivers/staging/vt6655/baseband.h | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h index e31bb76..d90c7f9

[PATCH] Staging: vt6655: remove redundant comments from card.h

2014-07-24 Thread Igor Bezukh
Removed redundant comments from card.h header file. Signed-off-by: Igor Bezukh igb...@gmail.com --- drivers/staging/vt6655/80211hdr.h |7 --- drivers/staging/vt6655/80211mgr.h | 38 - drivers/staging/vt6655/aes_ccmp.h |9 -

Re: [PATCH] Staging: vt6655: remove redundant comments from card.h

2014-07-24 Thread Greg KH
On Thu, Jul 24, 2014 at 09:50:14PM +0300, Igor Bezukh wrote: Removed redundant comments from card.h header file. Signed-off-by: Igor Bezukh igb...@gmail.com --- drivers/staging/vt6655/80211hdr.h |7 --- drivers/staging/vt6655/80211mgr.h | 38

[PATCH] Staging: vt6655: remove redundant comments from 80211hdr.h

2014-07-22 Thread Igor Bezukh
Removed redundant comments from 80211hdr.h header file Signed-off-by: Igor Bezukh igb...@gmail.com --- drivers/staging/vt6655/80211hdr.h |7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/vt6655/80211hdr.h b/drivers/staging/vt6655/80211hdr.h index ba155cd..e05d135

Re: [PATCH] Staging: vt6655: remove redundant comments

2014-07-21 Thread Greg KH
On Sun, Jul 20, 2014 at 08:41:50AM +0300, Igor Bezukh wrote: Clean redundant comments in the code. You also messed with some strings :( Which would have been fine, in a separate patch. Please break this up into at least 2 different patches, each only doing one type of thing. thanks, greg k-h

[PATCH] Staging: vt6655: remove redundant comments

2014-07-19 Thread Igor Bezukh
Clean redundant comments in the code. Since I perform single fix type per patch, I've ignored the 80 line warning when checking the patch against checkpatch. I will fix the 80 line warnings on further patches. Signed-off-by: Igor Bezukh igb...@gmail.com --- drivers/staging/vt6655/wcmd.c | 46