[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: -

[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. ---