Skip to content

Commit b669faf

Browse files
rddunlapjonmason
authored andcommitted
NTB: epf: don't misuse kernel-doc marker
Use "/*" instead of "/**" for common C comments to prevent warnings from scripts/kernel-doc. ntb_hw_epf.c:15: warning: expecting prototype for Host side endpoint driver to implement Non(). Prototype was for NTB_EPF_COMMAND() instead Signed-off-by: Randy Dunlap <[email protected]> Cc: Jon Mason <[email protected]> Cc: Dave Jiang <[email protected]> Cc: Allen Hubbe <[email protected]> Cc: [email protected] Signed-off-by: Jon Mason <[email protected]>
1 parent f407048 commit b669faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ntb/hw/epf/ntb_hw_epf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/**
2+
/*
33
* Host side endpoint driver to implement Non-Transparent Bridge functionality
44
*
55
* Copyright (C) 2020 Texas Instruments

0 commit comments

Comments
 (0)