Re: [PATCH] module: drop semicolon from version macro

2020-12-07 Thread Jessica Yu
+++ Johan Hovold [07/12/20 10:13 +0100]: 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 Applied, thanks! Jessica --- include/linux/module.h | 2 +- 1 file changed, 1 insertion(

[PATCH] module: drop semicolon from version macro

2020-12-07 Thread Johan Hovold
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 --- include/linux/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/module.h b/include/linux/