changeset 25181:ce1333f74ab5

6089 The comment for svc_callout_find() should be improved Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
author Marcel Telka <marcel@telka.sk>
date Mon, 06 Jul 2020 16:52:26 +0200
parents 8e476c6cec39
children 390a50734bc9
files usr/src/uts/common/rpc/svc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/rpc/svc.c	Sat Jun 27 22:43:08 2020 +0000
+++ b/usr/src/uts/common/rpc/svc.c	Mon Jul 06 16:52:26 2020 +0200
@@ -1026,8 +1026,8 @@
  * table for an entry with a matching RPC program number `prog'
  * and a version range that covers `vers'.
  * - if it finds a matching entry it returns pointer to the dispatch routine
- * - otherwise it returns NULL and, if `minp' or `maxp' are not NULL,
- *   fills them with, respectively, lowest version and highest version
+ * - otherwise it returns NULL and fills both vers_min and vers_max
+ *   with, respectively, lowest version and highest version
  *   supported for the program `prog'
  */
 static SVC_DISPATCH *