Skip to content

Commit 5b9ac6c

Browse files
committed
Merge tag 'for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux
Pull hardware timestamp update from Dipen Patel: - Add module description in hte test to silence modpost warnings * tag 'for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux: hte: tegra-194: add missing MODULE_DESCRIPTION() macro
2 parents fea1768 + 9e42597 commit 5b9ac6c

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)