Module Name: src Committed By: riastradh Date: Tue Aug 16 00:44:20 UTC 2022
Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Omit needless usbnet_core_mutex function. While here, use inline, not __inline__, since this is not a header file where inline might be redefined by the user. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/usb/usbnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.