[PATCH] staging: most: Avoid trailing semicolon for macros

2017-12-22 Thread venkataravi . e
From: Ravi Eluri Fixes checkpatch warning: macros should not use a trailing semicolon. Signed-off-by: Ravi Eluri --- Note: - Patch was compile tested and built(ARCH=arm) on linux-next (latest). - No build issues reported. --- drivers/staging/most/core.c | 2 +- 1 file changed, 1 insertion(+)

[PATCH] staging: most: Fix identifiers to function parameters

2017-12-22 Thread venkataravi . e
From: Ravi Eluri fixed "function definition argument should have an identifier name", with appropriate identifier names. Pointed out by checkpatch. Signed-off-by: Ravi Eluri Signed-off-by: Suniel Mahesh --- Note: - This is the first patch of the two patch series. - Patch was compile tested and