Commit 3dd99eb
committed
rust: exports: remove trailing semicolon in macro
This deals with the `checkpatch.pl` warning:
```txt
WARNING: macros should not use a trailing semicolon
+#define EXPORT_SYMBOL_RUST_GPL(sym) extern int sym; EXPORT_SYMBOL_GPL(sym);
```
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>1 parent 72b2a9c commit 3dd99eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments