[PATCH v4] Staging: most: fix coding style issues

2019-07-02 Thread Gabriel Beauchamp
This is a patch for the core.[ch] files that fixes up warnings found with the checkpatch.pl tool. Signed-off-by: Gabriel Beauchamp --- Changes in v4: - fix a warning by making '*type' const Changes in v3: - add a break statement to preserve the control flow Changes in v2: - use a single snprintf

[PATCH v3] Staging: most: fix coding style issues

2019-06-30 Thread Gabriel Beauchamp
This is a patch for the core.[ch] files that fixes up warnings found with the checkpatch.pl tool. Signed-off-by: Gabriel Beauchamp --- Changes in v3: - add a break statement to preserve the control flow Changes in v2: - use a single snprintf --- drivers/staging/most/core.c | 11

[PATCH v2] Staging: most: fix coding style issues

2019-06-30 Thread Gabriel Beauchamp
This is a patch for the core.[ch] files that fixes up warnings found with the checkpatch.pl tool. Signed-off-by: Gabriel Beauchamp --- Changes in v2: - use a single snprintf --- drivers/staging/most/core.c | 7 +-- drivers/staging/most/core.h | 2 +- 2 files changed, 6 insertions(+), 3

[PATCH] Staging: most: fix coding style issues

2019-06-29 Thread Gabriel Beauchamp
This is a patch for the core.[ch] files that fixes up warnings found with the checkpatch.pl tool. Signed-off-by: Gabriel Beauchamp --- drivers/staging/most/core.c | 4 +++- drivers/staging/most/core.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/most