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


Ignore:
Timestamp:
2024-12-13T08:32:55Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
2dac5a9
Parents:
9eb21d1
git-author:
Nataliia Korop <n.corop08@…> (2024-02-19 06:27:40)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
Message:

small typos and ccheck

File:
1 edited

Legend:

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

    r9eb21d1 ra270026  
    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.