Skip to content

Commit

Permalink
dtlk: add missing MODULE_DESCRIPTION() macro
Browse files Browse the repository at this point in the history
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/char/dtlk.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Jeff Johnson authored and gregkh committed Jul 3, 2024
1 parent d97fb25 commit 538a00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/dtlk.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,4 +660,5 @@ static char dtlk_write_tts(char ch)
return 0;
}

MODULE_DESCRIPTION("RC Systems DoubleTalk PC speech card driver");
MODULE_LICENSE("GPL");

0 comments on commit 538a00a

Please sign in to comment.