Fix some unresolved references

* Either by removing them
* Or by resolving them
This commit is contained in:
George Oikonomou 2015-02-15 17:12:50 +01:00
parent 0332c2fdb2
commit 35be05071c
4 changed files with 8 additions and 6 deletions

View file

@ -78,7 +78,7 @@ struct packetqueue {
* This structure holds the state of a packet queue. It is
* an opaque structure with no user-visible elements. The
* function packetqueue_queuebuf() is used to extract a
* \ref queuebuf "queubuf" from the item. The function
* "queubuf" from the item. The function
* packetqueue_ptr() is used to extract the opaque pointer
* that was registered with the
* packetqueue_enqueue_packetbuf() function.