Skip to content

Commit

Permalink
module: drop semicolon from version macro
Browse files Browse the repository at this point in the history
Drop the trailing semicolon from the MODULE_VERSION() macro definition
which was left when removing the array-of-pointer indirection.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
  • Loading branch information
Johan Hovold authored and Jessica Yu committed Dec 7, 2020
1 parent 147ad60 commit 2d26c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ extern typeof(name) __mod_##type##__##name##_device_table \
}, \
.module_name = KBUILD_MODNAME, \
.version = _version, \
};
}
#endif

/* Optional firmware file (or files) needed by the module
Expand Down

0 comments on commit 2d26c71

Please sign in to comment.