* [PATCH] module: drop semicolon from version macro
@ 2020-12-07 9:13 Johan Hovold
2020-12-07 12:02 ` Jessica Yu
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2020-12-07 9:13 UTC (permalink / raw)
To: Jessica Yu; +Cc: linux-kernel, 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 <johan@kernel.org>
---
include/linux/module.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/module.h b/include/linux/module.h
index ebe2641d7b0b..b63db970fd26 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -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
--
2.26.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] module: drop semicolon from version macro
2020-12-07 9:13 [PATCH] module: drop semicolon from version macro Johan Hovold
@ 2020-12-07 12:02 ` Jessica Yu
0 siblings, 0 replies; 2+ messages in thread
From: Jessica Yu @ 2020-12-07 12:02 UTC (permalink / raw)
To: Johan Hovold; +Cc: linux-kernel
+++ 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 <johan@kernel.org>
Applied, thanks!
Jessica
>---
> include/linux/module.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/include/linux/module.h b/include/linux/module.h
>index ebe2641d7b0b..b63db970fd26 100644
>--- a/include/linux/module.h
>+++ b/include/linux/module.h
>@@ -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
>--
>2.26.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-07 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 9:13 [PATCH] module: drop semicolon from version macro Johan Hovold
2020-12-07 12:02 ` Jessica Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox