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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;