From 3e06fff221bb23a78bf338f59b5495bf0a7b969c Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Fri, 13 Feb 2015 14:17:47 -0600 Subject: [PATCH] Delete comment of unused parameter Removed reference to cmd_len from comments of kenwood_transaction which is no longer used. --- kenwood/kenwood.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kenwood/kenwood.c b/kenwood/kenwood.c index f3dcbe416..22f5d0d07 100644 --- a/kenwood/kenwood.c +++ b/kenwood/kenwood.c @@ -179,7 +179,6 @@ const struct confparams kenwood_cfg_params[] = { * Parameters: * cmdstr: Command to be sent to the rig. cmdstr can also be NULL, * indicating that only a reply is needed (nothing will be sent). - * cmd_len: Not used * data: Buffer for reply string. Can be NULL, indicating that no reply * is needed and will return with RIG_OK after command was sent. * datasize: in: Size of buffer. It is the caller's responsibily to provide