[PATCH v3 1/2] drivers/staging/rtl8192u: drop first comment line

2019-07-01 Thread Christian Müller
adjusts the comments such that they are fitting to the style imposed for drivers/net/. Signed-off-by: Christian Müller Signed-off-by: Felix Trommer --- v1 contains the initial patch. v2 contains the same patch, but with a different subject to better distinguish this patch from the other

[PATCH v3 2/2] drivers/staging/rtl8192u: style nonstyled comments

2019-07-01 Thread Christian Müller
empty line. */ Since this file is part of a networking driver, the goal for it would be to reside in drivers/net/ one day. This patch changes comments, that were in neither form of the two listed above, to have the style that is specified for drivers/net/. Signed-off-by: Christian Müller Signed-off

[PATCH v2 2/2] drivers/staging/rtl8192u: style nonstyled comments

2019-06-27 Thread Christian Müller
empty line. */ Since this file is part of a networking driver, the goal for it would be to reside in drivers/net/ one day. This patch changes comments, that were in neither form of the two listed above, to have the style that is specified for drivers/net/. Signed-off-by: Christian Müller Signed-off

[PATCH v2 1/2] drivers/staging/rtl8192u: drop first comment line

2019-06-27 Thread Christian Müller
adjusts the comments such that they are fitting to the style imposed for drivers/net/. Signed-off-by: Christian Müller Signed-off-by: Felix Trommer --- drivers/staging/rtl8192u/r8192U_dm.c | 69 ++-- 1 file changed, 23 insertions(+), 46 deletions(-) diff --git a/drivers

[PATCH 2/2] drivers/staging/rtl8192u: adjust block comments

2019-06-24 Thread Christian Müller
empty line. */ Since this file is part of a networking driver, the goal for it would be to reside in drivers/net/ one day. This patch changes comments, that were in neither form of the two listed above, to have the style that is specified for drivers/net/. Signed-off-by: Christian Müller Signed-off

[PATCH 0/2] drivers/staging/rtl8192u: adjust block comments

2019-06-24 Thread Christian Müller
such that they obey these standards. All multiline-comments in this file now look like the following example: /* Multiline comments * in r8192U_dm.c * now look like this. */ Christian Müller (2): drivers/staging/rtl8192u: adjust block comments drivers/staging/rtl8192u: adjust block comments

[PATCH 1/2] drivers/staging/rtl8192u: adjust block comments

2019-06-24 Thread Christian Müller
adjusts the comments such that they are fitting to the style imposed for drivers/net/. Signed-off-by: Christian Müller Signed-off-by: Felix Trommer --- drivers/staging/rtl8192u/r8192U_dm.c | 69 ++-- 1 file changed, 23 insertions(+), 46 deletions(-) diff --git a/drivers

[PATCH 1/1] drivers/staging/rtl8129u: adjust block comments

2019-06-20 Thread Christian Müller
the preferred style. Signed-off-by: Christian Müller Signed-off-by: Felix Trommer --- drivers/staging/rtl8192u/r819xU_phy.c | 39 ++- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/drivers/staging/rtl8192u/r819xU_phy.c b/drivers/staging/rtl8192u/r819xU_phy.c

[PATCH 0/1] drivers/staging/rtl8192u: adjust block comments

2019-06-20 Thread Christian Müller
Since our last attempt of a few enormous commits, we ditched our changes and started over again, this time with a lot smaller changes per patch adressing one small thing at a time. Sorry for the inconvenience last time! Christian Müller (1): drivers/staging/rtl8129u: adjust block comments

[PATCH 0/3] Fixing style errors in staging/drivers/rtl8192u

2019-06-03 Thread Christian Müller
This series of patches fixes various style errors in the rtl8192u staging driver. These fixes contain reformatting of code comments, changing of indentations, cleaning up commented out code within the source-code and fixes for individual errors indicated by the checkpatch tool. Christian Müller

[PATCH 3/3] drivers/staging/rtl8192u: Fix of checkpatch-errors

2019-06-03 Thread Christian Müller
Fix issues that lead to multiple checkpatch warnings and errors, most of them regarding formatting of code and comments. Comments that contain only commented out code are removed as well. Signed-off-by: Felix Trommer Signed-off-by: Christian Müller --- .../staging/rtl8192u/ieee80211/ieee80211

[PATCH 2/3] drivers/staging/rtl8192u: Remove comment-out code

2019-06-03 Thread Christian Müller
s. Signed-off-by: Felix Trommer Signed-off-by: Christian Müller --- drivers/staging/rtl8192u/ieee80211/dot11d.h | 2 +- .../staging/rtl8192u/ieee80211/ieee80211.h| 35 ++- .../rtl8192u/ieee80211/ieee80211_crypt_ccmp.c | 1 - .../rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 1 - ..