From: Karolina Drobnik Date: Mon, 15 Nov 2021 10:55:47 +0000 (+0000) Subject: staging: vt6655: Update comment for `rf_write_wake_prog_syn` X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a141baa801b911b8ec61a4b19a4807e11e299b7;p=linux.git staging: vt6655: Update comment for `rf_write_wake_prog_syn` Change the function description to include the actual parameters. Update the comment on the return type. Reviewed-by: Dan Carpenter Signed-off-by: Karolina Drobnik Link: https://lore.kernel.org/r/be06c8f0df043598f3280a15397ad66aabefeaf4.1636729147.git.karolinadrobnik@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c index 569b430dd9ae2..d4c18d9bfc670 100644 --- a/drivers/staging/vt6655/rf.c +++ b/drivers/staging/vt6655/rf.c @@ -669,11 +669,11 @@ bool RFbSelectChannel(struct vnt_private *priv, unsigned char byRFType, * * Parameters: * In: - * iobase - I/O base address - * channel - channel number - * bySleepCnt - SleepProgSyn count + * priv - Device Structure + * rf_type - RF type + * channel - Channel number * - * Return Value: None. + * Return Value: true if succeeded; false if failed. * */ bool rf_write_wake_prog_syn(struct vnt_private *priv, unsigned char rf_type,