Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/pci



Module Name:    src
Committed By:   rillig
Date:           Sat Feb 26 15:04:40 UTC 2022

Modified Files:
        src/sys/dev/pci: if_wm.c

Log Message:
if_wm.c: fix value return from void function

lint complained:
if_wm.c(10028): error:
    void function wm_txrxintr_disable cannot return value [213]
if_wm.c(10049): error:
    void function wm_txrxintr_enable cannot return value [213]

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.728 -r1.729 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index