From: ppisa Date: Sun, 21 Mar 2004 19:43:30 +0000 (+0000) Subject: Structured comments updated. X-Git-Tag: CLT_COMM_CAN-lincan-0_2_2~19 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/2827b727d2910a3b48f9de7d67b3a67f59e256c7?hp=bfac169862856611eeb16af24c8943f005f88e12 Structured comments updated. --- diff --git a/lincan/include/main.h b/lincan/include/main.h index 5ff9104..52c7c6c 100644 --- a/lincan/include/main.h +++ b/lincan/include/main.h @@ -309,7 +309,7 @@ struct hwspecops_t { * @remote_request: configures message object and asks for RTR message * @check_tx_stat: checks state of transmission engine * @wakeup_tx: wakeup TX processing - * @set_filter: if + * @filtch_rq: optional routine for propagation of outgoing edges filters to HW * @enable_configuration: enable chip configuration mode * @disable_configuration: disable chip configuration mode * @set_btregs: configures bitrate registers diff --git a/lincan/src/can_queue.c b/lincan/src/can_queue.c index be65c55..b0c027e 100644 --- a/lincan/src/can_queue.c +++ b/lincan/src/can_queue.c @@ -639,7 +639,7 @@ int canqueue_ends_kill_outlist(struct canque_ends_t *qends) /** * canqueue_ends_filt_conjuction - computes conjunction of incoming edges filters filters * @qends: pointer to ends structure - * @qends: pointer the filter structure filled by computed filters conjunction + * @filt: pointer the filter structure filled by computed filters conjunction * * Return Value: Number of incoming edges */