]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
Structured comments updated.
authorppisa <ppisa>
Sun, 21 Mar 2004 19:43:30 +0000 (19:43 +0000)
committerppisa <ppisa>
Sun, 21 Mar 2004 19:43:30 +0000 (19:43 +0000)
lincan/include/main.h
lincan/src/can_queue.c

index 5ff9104e8dcbd0dcf494a5e4d48ae8cf2c09edea..52c7c6cd88e7e27d1190a04a6884f3ba205dbb28 100644 (file)
@@ -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
index be65c558512e17e8e93bf5623ff2099ee0cb8dc6..b0c027e9be1cde3fb9a3142401dfaee44f115c61 100644 (file)
@@ -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
  */