[PATCH v2] Staging: nvec: Remove duplicate word in comment.

2020-09-29 Thread Matthew Hanzelik
Remove a duplicate word in a comment within nvec.c. Signed-off-by: Matthew Hanzelik --- Changes in v2: - Fix spelling mistake in commit. --- drivers/staging/nvec/nvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c

[PATCH] Staging: nvec: Remove duplicate word in comment.

2020-09-29 Thread Matthew Hanzelik
Gemoved a duplicate word in a comment within nvec.c. Signed-off-by: Matthew Hanzelik --- drivers/staging/nvec/nvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c index 360ec0407740..a80996b2f5ce 100644

[PATCH v3] Staging: wfx: Fix style issues with hif_rx.c

2019-12-29 Thread Matthew Hanzelik
Fix the 80 line limit warning on line 79 of hif_rx.c. Also fixes the missing blank line warning on line 305 of hif_rx.c after the declaration of size_t len. Signed-off-by: Matthew Hanzelik --- Changes in v2 - Make the commit message less vague. Changes in v3 - Place the break after the cast

[PATCH v2] Staging: wfx: Fix style issues with hif_rx.c

2019-12-27 Thread Matthew Hanzelik
Fixes the 80 character line limit warning on line 79 of hif_rx.c. Also fixes the missing blank line warning on line 305 of hif_rx.c after the declaration of size_t len. Signed-off-by: Matthew Hanzelik --- Changes in v2: - Make the commit message less vague. drivers/staging/wfx/hif_rx.c | 4

[PATCH] Staging: wfx: Fix style issues with hif_rx.c

2019-12-27 Thread Matthew Hanzelik
Fixes style issues with hif_rx.c. Signed-off-by: Matthew Hanzelik --- drivers/staging/wfx/hif_rx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wfx/hif_rx.c b/drivers/staging/wfx/hif_rx.c index 820de216be0c..1da9a153dda0 100644 --- a/drivers/staging/wfx

[PATCH v2] Staging: most: core: Fix SPDX License Identifier style issue

2019-12-27 Thread Matthew Hanzelik
Fixed a style issue with the SPDX License Identifier style. Signed-off-by: Matthew Hanzelik --- Changes in v2: - Fix trailing space in patch diff drivers/staging/most/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/core.h b/drivers/staging/most

[PATCH] Staging: most: core: Fix SPDX License Identifier style issue

2019-12-26 Thread Matthew Hanzelik
Fixed a style issue with the SPDX License Identifier style. Signed-off-by: Matthew Hanzelik --- drivers/staging/most/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h index 49859aef98df..1380e7586376 100644

[PATCH] Staging: speakup: spk_types: fixed an unnamed parameter style issue

2019-08-17 Thread Matthew Hanzelik
Fixed an unnamed parameter style issue. Signed-off-by: Matthew Hanzelik --- drivers/staging/speakup/spk_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/spk_types.h b/drivers/staging/speakup/spk_types.h index a2fc72c29894..afa64eb9afb4 100644