summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeUdpIoLib
diff options
context:
space:
mode:
authorjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-29 03:49:50 +0000
committerjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-29 03:49:50 +0000
commitca9d3a9dedfc5f19d574f29bae062e9bef33bb99 (patch)
tree1436853d2dd74c10aa0710942e85324ada015bbb /MdeModulePkg/Library/DxeUdpIoLib
parentb9008c87ebabcdd2bde1b8a7fd6497a8bbb20b1e (diff)
downloadedk2-ca9d3a9dedfc5f19d574f29bae062e9bef33bb99.zip
edk2-ca9d3a9dedfc5f19d574f29bae062e9bef33bb99.tar.gz
edk2-ca9d3a9dedfc5f19d574f29bae062e9bef33bb99.tar.bz2
Add () after function name so that Doxygen can create reference in doc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7145 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeUdpIoLib')
-rw-r--r--MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
index 21af998..9d924a5 100644
--- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
+++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
@@ -198,7 +198,7 @@ UdpIoOnDgramRcvdDpc (
}
/**
- Request UdpIoOnDgramRcvdDpc as a DPC at TPL_CALLBACK.
+ Request UdpIoOnDgramRcvdDpc() as a DPC at TPL_CALLBACK.
@param Event The UDP receive request event.
@param Context The UDP RX token.