Skip to content

Commit 9e42597

Browse files
Jeff Johnsonpateldipen1984-nv
authored andcommitted
hte: tegra-194: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hte/hte-tegra194-test.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Acked-by: Dipen Patel <[email protected]> Signed-off-by: Dipen Patel <[email protected]>
1 parent 1613e60 commit 9e42597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hte/hte-tegra194-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,5 @@ static struct platform_driver tegra_hte_test_driver = {
235235
module_platform_driver(tegra_hte_test_driver);
236236

237237
MODULE_AUTHOR("Dipen Patel <[email protected]>");
238+
MODULE_DESCRIPTION("NVIDIA Tegra HTE (Hardware Timestamping Engine) test driver");
238239
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)