mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
staging: most: Avoid trailing semicolon for macros
Fixes checkpatch warning: macros should not use a trailing semicolon. Signed-off-by: Ravi Eluri <venkataravi.e@techveda.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7b4c570ee5
commit
37d641ef37
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user