Commit 37d641ef authored by Ravi Eluri's avatar Ravi Eluri Committed by Greg Kroah-Hartman

staging: most: Avoid trailing semicolon for macros

Fixes checkpatch warning:
macros should not use a trailing semicolon.
Signed-off-by: default avatarRavi Eluri <venkataravi.e@techveda.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7b4c570e
......@@ -36,7 +36,7 @@ static struct mostcore {
struct list_head comp_list;
} mc;
#define to_driver(d) container_of(d, struct mostcore, drv);
#define to_driver(d) container_of(d, struct mostcore, drv)
struct pipe {
struct core_component *comp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment