Changeset 86f862c in mainline for uspace/lib/nic/src/nic_driver.c


Ignore:
Timestamp:
2024-02-19T06:27:40Z (5 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
f2cb80a
Parents:
6b66de6b
Message:

small typos and ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_driver.c

    r6b66de6b r86f862c  
    11331133}
    11341134
    1135 pcap_iface_t* nic_get_pcap_iface(nic_t *nic_data) {
    1136 
     1135pcap_iface_t *nic_get_pcap_iface(nic_t *nic_data)
     1136{
    11371137        return &nic_data->pcapdump;
    11381138}
Note: See TracChangeset for help on using the changeset viewer.